Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+

ReportsStorage.SaveReport(IReportDataV2Writable, XtraReport) Method

Persists the specified XtraReport object in the report data object.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v20.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