Skip to main content
All docs
V23.2
.NET 6.0+

ReportStorageBase.SaveReport(IReportDataV2Writable, XtraReport) Method

Persists the specified XtraReport object in the report data object.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.2.dll

Declaration

public virtual void SaveReport(
    IReportDataV2Writable reportData,
    XtraReport report
)

Parameters

Name Type Description
reportData DevExpress.ExpressApp.ReportsV2.IReportDataV2Writable

An IReportDataV2 persistent object used to store reports.

report XtraReport

An XtraReport object that specifies the report content.

See Also