ActiveReports 8
CreateFromMaster(Uri) Method
See Also 
GrapeCity.ActiveReports.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also