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.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public abstract class ReportStorageWebExtension :
    IReportStorageTool,
    IReportStorageWebTool

Remarks

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

See the following topics depending on the target platform:

The following code snippets (auto-collected from DevExpress Examples) contain references to the ReportStorageWebExtension class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
ReportStorageWebExtension
See Also