ActiveReports 9 Server
ResolveParameters Method (IReportService)

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IReportService Interface
IReportService Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum