[]
Represents a master report utility class that handles the merging and unmerging of master and child reports.
public static class MasterMerge
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. |