Progress® Telerik® Reporting R1 2021
IReportService.GetReportParameters Method
Retrieve a list of the report parameters for the given report and values. This operation is intended for internal use only.
Namespace:
Telerik.Reporting.ServiceAssembly: Telerik.Reporting.Service (in Telerik.Reporting.Service.dll) Version: 15.0.21.224 R1 2021 SP1
Syntax
List<Parameter> GetReportParameters( string report, NameValueDictionary deviceInfo, NameValueDictionary parameters )
Parameters
- report
- Type: SystemString
The AssemblyQualifiedName of the report type for which to obtain the parameters. - deviceInfo
- Type: Telerik.Reporting.ServiceNameValueDictionary
A dictionary with settings for the current device. - parameters
- Type: Telerik.Reporting.ServiceNameValueDictionary
A dictionary with values for the report parameters.
Return Value
Type: ListParameterA list of report parameters.
Version Information
Supported in: 1.0.1