Get report content by id
Syntax
'Declaration
Function GetReport( _
ByVal As String _
) As GrapeCity.ActiveReports.PageReportModel.Report
GrapeCity.ActiveReports.PageReportModel.Report GetReport(
string
)
Parameters
- id
- Report id
Return Value
Report content
See Also