Skip to main content
All docs
V23.2
.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.v23.2.dll

Declaration

public virtual void CopyReports(
    params IReportDataV2[] reportsData
)

Parameters

Name Type Description
reportsData IReportDataV2[]

An array of IReportDataV2 objects.

See Also