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

ReportStorageWebExtension Class

Enables you to implement a custom report storage for the Web Report Designer.

Namespace: DevExpress.XtraReports.Web.Extensions

Assembly: DevExpress.XtraReports.v17.2.Web.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public abstract class ReportStorageWebExtension :
    IReportStorageTool,
    IReportStorageWebTool

Remarks

Create the ReportStorageWebExtension class descendant and override its methods to implement a custom report storage

Inheritance

Object
ReportStorageWebExtension
See Also