@boldreports/types 5.4.32 → 5.4.33
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 : 5.4.
|
|
3
|
+
* version : 5.4.33
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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
|
|
@@ -2103,6 +2103,11 @@ declare namespace ej {
|
|
|
2103
2103
|
// tslint:enable:max-line-length
|
|
2104
2104
|
enableVirtualEvaluation?: boolean;
|
|
2105
2105
|
|
|
2106
|
+
/** Set the property value as true to enable to render the millions of records in seconds.
|
|
2107
|
+
* @Default {false}
|
|
2108
|
+
*/
|
|
2109
|
+
smartRendering?: boolean;
|
|
2110
|
+
|
|
2106
2111
|
/** Gets or sets the waiting popup template for the Report viewer.
|
|
2107
2112
|
* @Default {null}
|
|
2108
2113
|
*/
|
|
@@ -2975,6 +2980,8 @@ This support applicable only in Classic view.
|
|
|
2975
2980
|
Analytics,
|
|
2976
2981
|
//Specifies the Settings as value in ToolbarItems to get specified item.
|
|
2977
2982
|
Settings,
|
|
2983
|
+
//Specifies the LimitRecordSetup as value in ToolbarItems to get specified item.
|
|
2984
|
+
LimitRecordSetup,
|
|
2978
2985
|
//Shows all toolbar items.
|
|
2979
2986
|
All,
|
|
2980
2987
|
}
|