@boldreports/types 9.1.11 → 9.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 : 9.1.
|
|
3
|
+
* version : 9.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
|
|
@@ -711,6 +711,11 @@ declare namespace ej {
|
|
|
711
711
|
*/
|
|
712
712
|
public cut(): void;
|
|
713
713
|
|
|
714
|
+
/** Destroy the client and server side report designer processing objects.
|
|
715
|
+
* @returns {void}
|
|
716
|
+
*/
|
|
717
|
+
public destroy(): void;
|
|
718
|
+
|
|
714
719
|
/** Get the list of datasets from the report.
|
|
715
720
|
* @returns {void}
|
|
716
721
|
*/
|