ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IMasterContentService Interface / GetCode Method
The results of the combined master and child reports code property.

In This Topic
    GetCode Method
    In This Topic
    Gets the child and master report code based off of the passed in combined code.
    Syntax
    'Declaration
     
    Function GetCode( _
       ByVal combinedCode As String _
    ) As MasterContentCode

    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.
    See Also