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

    ReportStorageBase.CopyReports(IReportDataV2[]) Method

    Creates a copy of each report data object from the specified list.

    Namespace: DevExpress.ExpressApp.ReportsV2

    Assembly: DevExpress.ExpressApp.ReportsV2.v25.1.dll

    Declaration

    public virtual void CopyReports(
        params IReportDataV2[] reportsData
    )

    Parameters

    Name Type Description
    reportsData IReportDataV2[]

    An array of IReportDataV2 objects.

    See Also