Back to Devexpress

ReportStorageExtension Class

xtrareports-devexpress-dot-xtrareports-dot-extensions-9dfaddd7.md

latest1.7 KB
Original Source

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.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public abstract class ReportStorageExtension :
    IReportStorageTool,
    IReportStorageTool2,
    IReportStorageToolInteractive
vb
Public MustInherit Class ReportStorageExtension
    Implements 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

ReportStorageExtension Members

ReportStorageWebExtension

DevExpress.XtraReports.Extensions Namespace