Skip to main content
All docs
V23.2
.NET 6.0+

IReportStorage.CopyFrom(IReportDataV2, IReportDataV2Writable) Method

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

void CopyFrom(
    IReportDataV2 sourceReportData,
    IReportDataV2Writable targetReportData
)

Parameters

Name Type
sourceReportData IReportDataV2
targetReportData DevExpress.ExpressApp.ReportsV2.IReportDataV2Writable
See Also