ActiveReports 12 Server User Guide
RenderReport Method (IReportService)

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IReportService Interface : RenderReport Method
The security token to use.
The report description.
The options for rendering.
Renders the report specified by a report description according to the specified options.
Syntax
'Declaration
 
Function RenderReport( _
   ByVal token As String, _
   ByVal description As ReportDescription, _
   ByVal options As RenderOptions _
) As RequestResult

Parameters

token
The security token to use.
description
The report description.
options
The options for rendering.

Return Value

Object containing a request information.
See Also

Reference

IReportService Interface
IReportService Members