IReportStorage.CopyFrom(IReportDataV2, IReportDataV2Writable) Method
In This Article
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
void CopyFrom(
IReportDataV2 sourceReportData,
IReportDataV2Writable targetReportData
)
#Parameters
Name | Type |
---|---|
source |
IReport |
target |
DevExpress. |
See Also