Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ReportStoreModes Enum

Contains values that specify the format used to store reports in the ReportsStorage.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v19.2.dll

Declaration

public enum ReportStoreModes

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