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

ReportStorageBase.CopyFrom(IReportDataV2, IReportDataV2Writable) Method

Creates a copy of the specified report data persistent object.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public virtual void CopyFrom(
    IReportDataV2 sourceReportData,
    IReportDataV2Writable targetReportData
)

Parameters

Name Type Description
sourceReportData IReportDataV2

An IReportDataV2 source object.

targetReportData DevExpress.ExpressApp.ReportsV2.IReportDataV2Writable

An IReportDataV2Writable target object.

See Also