ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MasterContentCode Structure / MasterContentCode Constructor
A System.String value indicating the code property value coming from the master report.
A System.String value indicating the code property value coming from the child report.

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

    Parameters

    masterCode
    A System.String value indicating the code property value coming from the master report.
    childCode
    A System.String value indicating the code property value coming from the child report.
    See Also