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

    ReportStorageBase.CopyFrom(IReportDataV2, IReportDataV2Writable) Method

    Creates a copy of the specified report data persistent object.

    Namespace: DevExpress.ExpressApp.ReportsV2

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

    See Also