[]
Unmerges a combined master-child Report object and strips out only the relevant information for the child Report object.
public static Report UnmergeCombinedReport(Report combinedReport, IMasterContentService contentService)
Type | Name | Description |
---|---|---|
Report | combinedReport | A Report object containing the combined master and child content. |
IMasterContentService | contentService | A IMasterContentService object used to help identify what content belongs to the master and child. |
Type | Description |
---|---|
Report | A Report object containing only the stripped out content belonging to the child report. |