C1.Web.Api.Report.Models Namespace : Parameter Class |
For a list of all members of this type, see Parameter members.
Name | Description | |
---|---|---|
![]() | AllowedValues | Gets a list of supported values for the parameter. |
![]() | DataType | Gets the type of the parameter. |
![]() | Error | Gets the error which occurs after the parameter is set. |
![]() | Hidden | Gets a boolean value indicating whether the parameter should not be displayed to the user. |
![]() | MultiValue | Gets a boolean value indicating whether this is a multi-value parameter. |
![]() | Name | Gets the name of the parameter. |
![]() | Nullable | Gets a boolean value indicating whether the value of the parameter can be null. |
![]() | Prompt | Gets the prompt to display when asking for parameter value. |
![]() | Value | Gets the value of the parameter. |