Skip to main content
All docs
V25.1
  • .NET 8.0+

    ReportStorageBase.SaveReport(IReportDataV2Writable, XtraReport) Method

    Persists the specified XtraReport object in the report data object.

    Namespace: DevExpress.ExpressApp.ReportsV2

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