ReportStoreModes Enum
Contains values that specify the format used to store reports in the ReportsStorage.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
Members
Name | Description |
---|---|
DOM
|
Reports are stored in the DOM format. |
XML
|
Reports are stored in the XML format. Using this format instead of DOM can decrease the loading time of complex reports. |
Remarks
The ReportStoreModes enumeration values are assigned to the ReportsModuleV2.ReportStoreMode property.
See Also