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

ReportStorageExtension Class

Allows you to implement a custom report storage to save and retrieve reports in the End-User Report Designer.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v21.2.Extensions.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Reporting

Declaration

public abstract class ReportStorageExtension :
    IReportStorageTool,
    IReportStorageTool2,
    IReportStorageToolInteractive

Remarks

To implement a custom report storage, create a ReportStorageExtension descendant and override its methods, as described in the following help topic: Custom Report Storage.

Inheritance

Object
ReportStorageExtension
See Also