ReportStorageBase.CopyReports(IReportDataV2[]) Method
In This Article
Creates a copy of each report data object from the specified list.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
public virtual void CopyReports(
params IReportDataV2[] reportsData
)
#Parameters
Name | Type | Description |
---|---|---|
reports |
IReport |
An array of IReport |
#Implements
See Also