'Declaration Public Shared Function MergeWithMaster( _ ByVal report As Report, _ ByVal resourceLocator As ResourceLocator, _ Optional ByVal masterContentService As IMasterContentService _ ) As Report
public static Report MergeWithMaster( Report report, ResourceLocator resourceLocator, IMasterContentService masterContentService )
Parameters
- report
- A GrapeCity.ActiveReports.PageReportModel.Report to merge for.
- resourceLocator
- A GrapeCity.ActiveReports.ResourceLocator object used to locate the resource.
- masterContentService
- A GrapeCity.ActiveReports.PageReportModel.IMasterContentService object to provide master content. Default is
null
.
Return Value
A GrapeCity.ActiveReports.PageReportModel.Report object that is the result of the merge.