[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.MasterMerge

MasterMerge Class

Represents a master report utility class that handles the merging and unmerging of master and child reports.

Inheritance
MasterMerge
Namespace: GrapeCity.ActiveReports.Rdl
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public static class MasterMerge

Methods

Name Description
CopyContentPlaceHolders(Report, Report)

Copies a ContentPlaceHolders from master Report object to the target Report object.

MergeSourceIntoTarget(Report, Report)

Merges a source Report object with the contents of the target Report object.

UnmergeCombinedReport(Report, IMasterContentService)

Unmerges a combined master-child Report object and strips out only the relevant information for the child Report object.