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.v23.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.

See Also