Share via


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
Public property AllowCustomValues  Gets or sets if the default values can be edited.
Public property CurrentValues  Gets or sets the current values through the ParameterValues collection.
Public property DefaultValueDisplayType  Gets or sets the default value display type of the ParameterField.
Public property DefaultValues  Gets or sets the default values through the ParameterValues collection.
Public property DefaultValueSortMethod  Gets the method in which the default values are sorted.
Public property DefaultValueSortOrder  Gets the order in which the default values are sorted.
Public property DiscreteOrRangeKind  Gets or sets whether or not the parameter field contains discrete values, range values, or both.
Public property EditMask  Gets or sets an edit mask that restricts what may be entered for string parameters.
Public property EnableAllowEditingDefaultValue  Gets or sets the option to allow editing of default values.
Public property EnableAllowMultipleValue  Gets or sets the option to allow multiple values in the parameter.
Public property EnableNullValue  Gets or sets the allow null value option for stored procedure parameters.
Public property HasCurrentValue  Gets or sets if the parameter has a current value.
Public property MaximumValue  Gets or sets the maximum value.
Public property MinimumValue  Gets or sets the minimum value.
Public property Name  Gets or sets the name of the parameter field.
Public property ParameterFieldName  Gets or Sets the name of the Parameter Field.
Public property ParameterType  Gets or Sets the type of the parameter value.
Public property ParameterValueKind  Gets the type of the parameter value.
Public property ParameterValueType  Gets or sets the type of the parameter.
Public property PromptingType  Gets or sets whether or not the parameter field contains discrete values, range values, or both.
Public property PromptText  Gets or sets the parameter field prompting string.
Public property ReportName  Gets or sets the report name the parameter field is in. If it is a main report, the report name is empty.
Public property ReportParameterType  Gets or sets the type of the parameter.

Top

See Also

Reference

CrystalDecisions.Shared Namespace