Skip to main content
All docs
V25.1
  • .NET 8.0+

    IReportStorage.CopyFrom(IReportDataV2, IReportDataV2Writable) Method

    Namespace: DevExpress.ExpressApp.ReportsV2

    Assembly: DevExpress.ExpressApp.ReportsV2.v25.1.dll

    Declaration

    void CopyFrom(
        IReportDataV2 sourceReportData,
        IReportDataV2Writable targetReportData
    )

    Parameters

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