[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReport.CreateFromMaster

CreateFromMaster Method

CreateFromMaster(Uri)

Creates a blank report with all of the content placeholders from the specified master report.

Declaration
public static PageReport CreateFromMaster(Uri masterUri)
Parameters
Type Name Description
Uri masterUri

The Uri to the master report.

Returns
Type Description
PageReport

An object of PageReport that has been created.

CreateFromMaster(string, ResourceLocator)

Overloaded. Creates a blank report with all of the content placeholders from the specified master report.

Declaration
public static PageReport CreateFromMaster(string masterName, ResourceLocator resourceLocator)
Parameters
Type Name Description
string masterName

The master report name.

ResourceLocator resourceLocator

The resource locator.

Returns
Type Description
PageReport

An object of PageReport that has been created.