Skip to main content
A newer version of this page is available.

ReportsStorage.CopyFrom(IReportDataV2, IReportDataV2Writable) Method

Creates a copy of the specified report data persistent object.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v19.1.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.

Remarks

;

See Also