@boldreports/types 8.1.8 → 9.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/reports.all/index.d.ts +16 -1
- package/reports.all/package.json +1 -1
package/package.json
CHANGED
package/reports.all/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
3
|
+
* version : 9.1.7
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -931,6 +931,16 @@ declare namespace ej {
|
|
|
931
931
|
*/
|
|
932
932
|
disableCodeModule?: boolean;
|
|
933
933
|
|
|
934
|
+
/** Set the property as false to disable the Ruler in the report design area.
|
|
935
|
+
* @Default {true}
|
|
936
|
+
*/
|
|
937
|
+
enableRuler?: boolean;
|
|
938
|
+
|
|
939
|
+
/** Set the property to true to enable the visual appearance of the page margin in the report design area.
|
|
940
|
+
* @Default {false}
|
|
941
|
+
*/
|
|
942
|
+
enablePageMargin?: boolean;
|
|
943
|
+
|
|
934
944
|
// tslint:disable:max-line-length
|
|
935
945
|
/** Gets or sets the embed token configured with user details, custom attributes, and report parameters to access the Report Server API services, instead of using the service
|
|
936
946
|
* authorization token.
|
|
@@ -1676,6 +1686,11 @@ declare namespace ej {
|
|
|
1676
1686
|
* @Default {empty}
|
|
1677
1687
|
*/
|
|
1678
1688
|
category?: string;
|
|
1689
|
+
|
|
1690
|
+
/** Set the property to false to restrict placing the report item in the header and footer.
|
|
1691
|
+
* @Default {true}
|
|
1692
|
+
*/
|
|
1693
|
+
allowHeaderFooter?: boolean;
|
|
1679
1694
|
}
|
|
1680
1695
|
|
|
1681
1696
|
export interface ToolbarSettings {
|