ParameterField Members
Provides properties for retrieving and setting options and values for a parameter field.
The following tables list the members exposed by the ParameterField type.
Public Properties
Property | Description | |
---|---|---|
AllowCustomValues | Gets or sets if the default values can be edited. | |
CurrentValues | Gets or sets the current values through the ParameterValues collection. | |
DefaultValueDisplayType | Gets or sets the default value display type of the ParameterField. | |
DefaultValues | Gets or sets the default values through the ParameterValues collection. | |
DefaultValueSortMethod | Gets the method in which the default values are sorted. | |
DefaultValueSortOrder | Gets the order in which the default values are sorted. | |
DiscreteOrRangeKind | Gets or sets whether or not the parameter field contains discrete values, range values, or both. | |
EditMask | Gets or sets an edit mask that restricts what may be entered for string parameters. | |
EnableAllowEditingDefaultValue | Gets or sets the option to allow editing of default values. | |
EnableAllowMultipleValue | Gets or sets the option to allow multiple values in the parameter. | |
EnableNullValue | Gets or sets the allow null value option for stored procedure parameters. | |
HasCurrentValue | Gets or sets if the parameter has a current value. | |
MaximumValue | Gets or sets the maximum value. | |
MinimumValue | Gets or sets the minimum value. | |
Name | Gets or sets the name of the parameter field. | |
ParameterFieldName | Gets or Sets the name of the Parameter Field. | |
ParameterType | Gets or Sets the type of the parameter value. | |
ParameterValueKind | Gets the type of the parameter value. | |
ParameterValueType | Gets or sets the type of the parameter. | |
PromptingType | Gets or sets whether or not the parameter field contains discrete values, range values, or both. | |
PromptText | Gets or sets the parameter field prompting string. | |
ReportName | Gets or sets the report name the parameter field is in. If it is a main report, the report name is empty. | |
ReportParameterType | Gets or sets the type of the parameter. |
Top