@boldreports/types 11.1.11 → 11.1.13
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
CHANGED
package/reports.all/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 11.1.
|
|
3
|
+
* version : 11.1.13
|
|
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
|
|
@@ -2754,6 +2754,11 @@ declare namespace ej {
|
|
|
2754
2754
|
* @Default {false}
|
|
2755
2755
|
*/
|
|
2756
2756
|
UsePrintSizes?: boolean;
|
|
2757
|
+
|
|
2758
|
+
/** Set the property value as 1 to enable ignore cell merge for Excel layout option in the report export document.
|
|
2759
|
+
* @Default {0}
|
|
2760
|
+
*/
|
|
2761
|
+
LayoutOption?: number;
|
|
2757
2762
|
}
|
|
2758
2763
|
|
|
2759
2764
|
export interface PageSettings {
|