ActiveReports 8
GetCode Method
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > IMasterContentService Interface : GetCode Method

combinedCode
The results of the combined master and child reports code property.

Glossary Item Box

Gets the child and master report code based off of the passed in combined code.

Syntax

Visual Basic (Declaration) 
Function GetCode( _
   ByVal combinedCode As System.String _
) As MasterContentCode
C# 
MasterContentCode GetCode( 
   System.string combinedCode
)

Parameters

combinedCode
The results of the combined master and child reports code property.

Return Value

a string array containing the master report code at index 0 and the child report code at index 1.

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