ReportStorageBase.CopyFrom(IReportDataV2, IReportDataV2Writable) Method
Creates a copy of the specified report data persistent object.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
Parameters
Name | Type | Description |
---|---|---|
sourceReportData | IReportDataV2 | An IReportDataV2 source object. |
targetReportData | DevExpress.ExpressApp.ReportsV2.IReportDataV2Writable | An IReportDataV2Writable target object. |
See Also