Progress® Telerik® Reporting R1 2021
IReportService.BeginGetReportParameters Method
Starts an asynchronous GetReportParameters operation. This operation is intended for internal use only.
Namespace:
Telerik.Reporting.Service.SilverlightClientAssembly: Telerik.ReportViewer.Silverlight (in Telerik.ReportViewer.Silverlight.dll) Version: 15.0.21.224 R1 2021 SP1
Syntax
IAsyncResult BeginGetReportParameters( string report, NameValueDictionary deviceInfo, NameValueDictionary parameters, AsyncCallback callback, Object state )
Parameters
- report
- Type: SystemString
The AssemblyQualifiedName of the report type to render. - deviceInfo
- Type: Telerik.Reporting.ServiceNameValueDictionary
A NameValueDictionary with settings for the current device. - parameters
- Type: Telerik.Reporting.ServiceNameValueDictionary
A NameValueDictionary with values for the report parameters. - callback
- Type: SystemAsyncCallback
An optional asynchronous callback, to be called when the GetReportParameters is complete. - state
- Type: SystemObject
A user-provided object that distinguishes this particular asynchronous GetReportParameters request from other requests.
Return Value
Type: IAsyncResultAn IAsyncResult that represents the asynchronous GetReportParameters, which could still be pending.
Version Information
Supported in: 1.0