Skip to main content

ReportsModuleV2.ReportStoreMode Property

Specifies the format used to store reports in the ReportsStorage.

Namespace: DevExpress.ExpressApp.ReportsV2

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

NuGet Package: DevExpress.ExpressApp.ReportsV2

Declaration

public ReportStoreModes ReportStoreMode { get; set; }

Property Value

Type Description
ReportStoreModes

A ReportStoreModes enumeration value that specifies the format used to store reports.

Remarks

Supported formats are DOM and XML. Using the XML format instead of DOM can decrease the loading time of a complex report.

Important

The Template Kit sets the ReportStoreMode value to XML an all newly created XAF applications.

See Also