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

ReportStorageExtension Class

Carries the functionality that is required to implement custom serialization of report definitions.

Namespace: DevExpress.XtraReports.Extensions

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public abstract class ReportStorageExtension :
    IReportStorageTool,
    IReportStorageTool2,
    IReportStorageToolInteractive

Remarks

Override the ReportStorageExtension, to provide custom report serialization (either in End-User Designer, or during Visual Studio runtime).

For more details, see Custom Report Storage.

Inheritance

Object
ReportStorageExtension
See Also