ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MasterContentCode Structure / ChildCode Property

In This Topic
    ChildCode Property
    In This Topic
    Gets the code property value from the child report.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChildCode As String
    public string ChildCode {get;}

    Property Value

    A System.String value indicating the code property value from the child report.
    See Also