[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ReportExtensions.MergeWithMaster

MergeWithMaster Method

MergeWithMaster(Report, ResourceLocator, IMasterContentService)

Merges a report with its master report.

Declaration
public static Report MergeWithMaster(this Report report, ResourceLocator resourceLocator, IMasterContentService masterContentService = null)
Parameters
Type Name Description
Report report

A Report to merge for.

ResourceLocator resourceLocator

A ResourceLocator object used to locate the resource.

IMasterContentService masterContentService

A IMasterContentService object to provide master content. Default is null.

Returns
Type Description
Report

A Report object that is the result of the merge.