Progress® Telerik® Reporting R1 2021
Parameter Class
Represents a processing instance of a ReportParameter.
Inheritance Hierarchy
Namespace: Telerik.Reporting.ProcessingAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
The Parameter type exposes the following members.
Constructors
Properties
Name | Description | |
---|---|---|
![]() | AllowBlank |
Determines if the parameter allows an empty string to be passed. Only for parameters of type string.
|
![]() | AllowNull |
Determines if the parameter allows no value to be passed from it's editor.
|
![]() | AutoRefresh |
Determines whether the report viewer should auto-update the report
when the parameter value is changed.
|
![]() | AvailableValues |
Gets or sets the list of the available values for the current parameter.
|
![]() | ChildParameters |
Gets or sets IDs of all parameters that depend on the current parameter.
|
![]() | HasChildParameters |
Gets a value indicating whether other parameters depend on the current parameter.
|
![]() | ID |
Gets or sets the ID of the parameter.
|
![]() | IsVisible |
Determines if the parameter should be displayed in the report viewer.
|
![]() | Label |
Gets the label of the parameter. Returns a string that contains the label
of the current parameter's Value or an array of strings that contains
the labels of all values when multivalue parameter.
|
![]() | Multivalue |
Determines if the parameter can hold more then one value.
|
![]() | Name |
Gets or sets the Name of the parameters
|
![]() | Text |
Gets or sets the text for the parameter to be displayed in the report viewer.
|
![]() | Type |
Gets or sets the type of the parameter.
|
![]() | Value |
Gets or sets the value of the parameter.
|
Version Information
Supported in: 1.0.1, 1.0