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