Skip to main content
All docs
V24.1
.NET 6.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.v24.1.dll

Declaration

public virtual void CopyReports(
    params IReportDataV2[] reportsData
)

Parameters

Name Type Description
reportsData IReportDataV2[]

An array of IReportDataV2 objects.

See Also