Skip to main content
.NET 6.0+

ReportDataProvider.ReportsStorage Property

OBSOLETE

Use the 'IReportStorage' service or the ReportDataProvider.GetReportStorage(IServiceProvider serviceProvider) method instead. For more information, see https://devexpress.com/kb=T1121273.

Specifies the Reports Storage that manages loading and persisting reports.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

[Browsable(false)]
[Obsolete("Use the 'IReportStorage' service or the ReportDataProvider.GetReportStorage(IServiceProvider serviceProvider) method instead. For more information, see https://devexpress.com/kb=T1121273.", false)]
public static ReportsStorage ReportsStorage { get; set; }
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