[]
Represents the descriptor of a report parameter.
public class ParameterDescriptor
The ParameterDescriptor
class provides detailed information about a report parameter, including its name, prompt, data type, and various settings related to its behavior and usage.
Name | Description |
---|---|
ParameterDescriptor() |
Name | Description |
---|---|
AllowBlank | Gets or sets a value indicating whether the parameter allows blank values. |
DataType | Gets or sets the data type of the parameter. |
DateOnly | Gets or sets a value indicating whether the parameter should only accept date values. |
DefaultValue | Gets or sets the default value for the parameter. |
DependsOn | Gets or sets the parameters this parameter depends on. |
Hidden | Gets or sets a value indicating whether the parameter is hidden. |
MultiValue | Gets or sets a value indicating whether the parameter supports multiple values. |
Multiline | Gets or sets a value indicating whether the parameter supports multiline input. |
Name | Gets or sets the name of the parameter. |
Nullable | Gets or sets a value indicating whether the parameter can accept null values. |
Prompt | Gets or sets the prompt message that appears for the parameter. |
SelectAllValue | Gets or sets the value used to represent the selection of all possible items in a multi-value parameter. |
UsedInQuery | Gets or sets a value that indicates whether the parameter is used directly in a query. |
ValidValues | Gets or sets the valid values for the parameter. |