Progress® Telerik® Reporting R1 2021
ReportServiceBase.IReportService.GetReportParameters Method
Retrieves a list of 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.120 R1 2021
Syntax
List<Parameter> IReportService.GetReportParameters( string report, NameValueDictionary deviceInfo, NameValueDictionary parameterValues )
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. - parameterValues
- Type: Telerik.Reporting.ServiceNameValueDictionary
A dictionary with values for the report parameters.
Return Value
Type: ListParameterA list of report parameters.
Implements
IReportServiceGetReportParameters(String, NameValueDictionary, NameValueDictionary)Version Information
Supported in: 1.0.1