Skip to main content
A newer version of this page is available. .

ReportDataProvider.ReportsStorage Property

Specifies the Reports Storage that manages loading and persisting reports.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public static ReportsStorage ReportsStorage { get; set; }

Property Value

Type Description
ReportsStorage

A ReportsStorage object that manages loading and persisting reports.

Remarks

Examples of using this property are provided in the How to: Print a Report Without Displaying a Preview and How to: Use a Custom Editor for an XtraReport Parameter topics.

See Also