'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.