[]
        
Creates a blank report with all of the content placeholders from the specified master report.
public static PageReport CreateFromMaster(Uri masterUri)
| Type | Name | Description | 
|---|---|---|
| Uri | masterUri | The Uri to the master report.  | 
    
| Type | Description | 
|---|---|
| PageReport | An object of PageReport that has been created.  | 
    
Overloaded. Creates a blank report with all of the content placeholders from the specified master report.
public static PageReport CreateFromMaster(string masterName, ResourceLocator resourceLocator)
| Type | Name | Description | 
|---|---|---|
| string | masterName | The master report name.  | 
    
| ResourceLocator | resourceLocator | The resource locator.  | 
    
| Type | Description | 
|---|---|
| PageReport | An object of PageReport that has been created.  |