ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MasterContentCode Structure / MasterContentCode Constructor
The code property value coming from the master report.
The code property value coming fromt the child report.

In This Topic
    MasterContentCode Constructor
    In This Topic
    Initializes a new instance of the MasterContentCode.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal masterCode As String, _
       ByVal childCode As String _
    )
    public MasterContentCode( 
       string masterCode,
       string childCode
    )

    Parameters

    masterCode
    The code property value coming from the master report.
    childCode
    The code property value coming fromt the child report.
    See Also