@boldreports/types 11.1.14 → 11.1.17
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.17
|
|
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
|
|
@@ -969,12 +969,12 @@ declare namespace ej {
|
|
|
969
969
|
*/
|
|
970
970
|
enableTableMultipleDataAssign?: boolean;
|
|
971
971
|
|
|
972
|
-
/** Set
|
|
972
|
+
/** Set this property to true to allow users to view and publish report items as reusable report parts.
|
|
973
973
|
* @Default {false}
|
|
974
974
|
*/
|
|
975
975
|
enableReportPart?: boolean;
|
|
976
976
|
|
|
977
|
-
/** Set
|
|
977
|
+
/** Set this property to true to show the option to enable the operators in report parameters.
|
|
978
978
|
* @Default {false}
|
|
979
979
|
*/
|
|
980
980
|
enableParameterOperator?: boolean;
|