[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MasterContentService.UpdateReports

UpdateReports Method

UpdateReports(Report, Report)

Updates the service with a new master and combined report.

Declaration
public void UpdateReports(Report masterReport, Report combinedReport)
Parameters
Type Name Description
Report masterReport

A Report object representing the master report to be set.

Report combinedReport

A Report object representing the combined report to be set.

Implements