MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IMasterContentService Interface / GetCode Method
A System.String value indicating the combined code of the master and child reports.

In This Topic
GetCode Method (IMasterContentService)
In This Topic
Gets the child and master report code based on the provided combined code.
Syntax
'Declaration
 
Function GetCode( _
   ByVal combinedCode As String _
) As MasterContentCode
 

Parameters

combinedCode
A System.String value indicating the combined code of the master and child reports.

Return Value

A MasterContentCode containing the master report code and child report code.
See Also