Skip to main content
A newer version of this page is available.

ReportsStorage.CopyReports(IReportDataV2[]) Method

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

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v18.2.dll

Declaration

public virtual void CopyReports(
    params IReportDataV2[] reportsData
)

Parameters

Name Type Description
reportsData IReportDataV2[]

An array of IReportDataV2 objects.

See Also