Skip to main content

ReportDesignerBase.ReportStorage Property

Specifies a report storage for the End-User Report Designer.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v25.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public IReportStorage ReportStorage { get; set; }

Property Value

Type Description
IReportStorage

An object implementing the IReportStorage interface.

Remarks

This property allows you to specify a custom report storage for the End-User Report Designer to persist report definitions in a database or any custom location. This may be useful when providing end-users with the capability to create and customize reports using the End-User Report Designer if it is necessary to have a common target for saving and sharing all reports.

To implement a report storage, use the methods of the IReportStorage interface. For more information, refer to the Storing Reports in the Report Designer document.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ReportStorage property.

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.

See Also