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
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
Parameters
Name | Type | Description |
---|---|---|
reportsData | IReportDataV2[] | An array of IReportDataV2 objects. |
Implements
See Also