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.v24.1.Extensions.dll
NuGet Package: 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