MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IMasterContentService Interface / UpdateReports Method
A Report object representing the master report to be set.
A Report object representing the combined report to be set.

In This Topic
UpdateReports Method (IMasterContentService)
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 _
) 
 

Parameters

masterReport
A Report object representing the master report to be set.
combinedReport
A Report object representing the combined report to be set.
See Also