ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MasterContentService Class / MasterContentService Constructor
The master Report to use with the service.
The combined Report to use with the service.

In This Topic
    MasterContentService Constructor
    In This Topic
    Initializes a new instance of the MasterContentService class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal masterReport As Report, _
       ByVal combinedReport As Report _
    )
    public MasterContentService( 
       Report masterReport,
       Report combinedReport
    )

    Parameters

    masterReport
    The master Report to use with the service.
    combinedReport
    The combined Report to use with the service.
    See Also