ActiveReports Developer 7
CreateFromMaster(Uri) Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > PageReport Class > CreateFromMaster Method : CreateFromMaster(Uri) Method

masterUri
The Uri to the master report

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function CreateFromMaster( _
   ByVal masterUri As System.Uri _
) As PageReport
C# 
public static PageReport CreateFromMaster( 
   System.Uri masterUri
)

Parameters

masterUri
The Uri to the master report

See Also