[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Viewer.IRuntimeReportInitializer.GetReport

GetReport Method

GetReport(string)

Gets the report object. Note: backend can call this method many times, so cqaching may be required. Suggested to use

Declaration
object GetReport(string reportId)
Parameters
Type Name Description
string reportId

A string value indicating the identifier of the report to retrieve.

Returns
Type Description
object

A report or document object: PageReport, ReportSnapshot, SectionReport or SectionDocument.