[]
Merges a report with its master report.
public static Report MergeWithMaster(this Report report, ResourceLocator resourceLocator, IMasterContentService masterContentService = null)
| 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 |
| Type | Description |
|---|---|
| Report | A Report object that is the result of the merge. |