ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IMasterContentService Interface / UpdateReports Method

In This Topic
    UpdateReports Method
    In This Topic
    Updates the service with a new master and combined report.
    Syntax
    'Declaration
     
    Sub UpdateReports( _
       ByVal masterReport As Report, _
       ByVal combinedReport As Report _
    ) 
    void UpdateReports( 
       Report masterReport,
       Report combinedReport
    )

    Parameters

    masterReport
    combinedReport
    See Also