ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / PageReport Class / CreateFromMaster Method / CreateFromMaster(String,ResourceLocator) Method
The master report name.
The resource locator.

In This Topic
CreateFromMaster(String,ResourceLocator) Method
In This Topic
Creates blank report with all of the content placeholders from specified master report.  
Syntax
'Declaration
 
Public Overloads Shared Function CreateFromMaster( _
   ByVal masterName As String, _
   ByVal resourceLocator As ResourceLocator _
) As PageReport
 

Parameters

masterName
The master report name.
resourceLocator
The resource locator.

Return Value

An object of PageReport that has been created.
See Also