ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MasterContentService Class / GetCode Method
A System.String value indicating the combined code of the master and child reports.

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

    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