ActiveReports 12 Server User Guide
ResolveParameters Method (IDesignerService)

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IDesignerService Interface : ResolveParameters Method
The security token to use.
The report description.
The options for rendering.
Populates the report parameters.
Syntax
'Declaration
 
Function ResolveParameters( _
   ByVal token As String, _
   ByVal description As ReportDescription, _
   ByVal options As RenderOptions _
) As RequestResult
RequestResult ResolveParameters( 
   string token,
   ReportDescription description,
   RenderOptions options
)

Parameters

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

Return Value

ActiveReports.Server.ReportServices.Contracts.RequestResult object containing the request id and resolved uri.
See Also

Reference

IDesignerService Interface
IDesignerService Members