Progress® Telerik® Reporting R1 2021
ReportParameter Class
Represents a report parameter.
Inheritance Hierarchy
SystemObject
Telerik.ReportServer.Services.ModelsReportParameter
Namespace:
Telerik.ReportServer.Services.ModelsTelerik.ReportServer.Services.ModelsReportParameter
Assembly: Telerik.ReportServer.Services.Models (in Telerik.ReportServer.Services.Models.dll)
Syntax
The ReportParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ReportParameter | Initializes a new instance of the ReportParameter class |
Properties
Name | Description | |
---|---|---|
![]() | AllowBlank |
Gets or sets a value that indicates whether an empty string is a valid value for the parameter.
Only for parameters of TypeString.
|
![]() | AllowNull |
Determines if the parameter allows no value to be passed from it's
editor.
|
![]() | AutoRefresh |
Determines whether to trigger the report preview after changing the value for a parameter.
Applies only for visible parameters.
|
![]() | Mergeable |
Gets or sets a value indicating whether this parameter should be
merged with identical parameters from other reports when this report
is part of a Telerik.Reporting.ReportBook.
|
![]() | MultiValue |
Determines if the parameter can hold more then one value.
|
![]() | Name |
Gets or sets the name of the parameter. Used to access the parameter.
|
![]() | Text |
Gets or sets the text for the parameter's automatic UI displayed in the report viewer.
Can be an Expression that evaluates to a string.
|
![]() | Type |
Gets or sets the data type of the parameter.
|
![]() | Value |
Gets or sets the value of the parameter. Can be an Expression that
evaluates to an object, value of the allowed types,
or IEnumerable containing values of the allowed types.
|
![]() | Visible |
Determines whether automatic user interface (UI) prompting for values
to be generated for the parameter.
|
Version Information
Supported in: 1.0.1