ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl Namespace / MasterMerge Class / MergeSourceIntoTarget Method
A GrapeCity.ActiveReports.PageReportModel.Report object to merge the source report into.
A GrapeCity.ActiveReports.PageReportModel.Report object containing the content to merge into the target.

In This Topic
    MergeSourceIntoTarget Method
    In This Topic
    Merges a source GrapeCity.ActiveReports.PageReportModel.Report object with the contents of the target GrapeCity.ActiveReports.PageReportModel.Report object.
    Syntax
    'Declaration
     
    Public Shared Sub MergeSourceIntoTarget( _
       ByVal targetReport As Report, _
       ByVal sourceReport As Report _
    ) 
    public static void MergeSourceIntoTarget( 
       Report targetReport,
       Report sourceReport
    )

    Parameters

    targetReport
    A GrapeCity.ActiveReports.PageReportModel.Report object to merge the source report into.
    sourceReport
    A GrapeCity.ActiveReports.PageReportModel.Report object containing the content to merge into the target.
    See Also