ParameterFieldDefinition Properties

Public Properties

Property Description
Public property CurrentValues  Gets the current values through the ParameterValues object.
Public property DefaultValues  Gets the default values through the ParameterValues object.
Public property DefaultValueSortMethod  Gets the method in which the default values are sorted.
Public property DefaultValueSortOrder  Gets or sets 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 edit mask that restricts what may be entered for string parameters.
Public property EnableAllowEditingDefaultValue  Gets or sets if the default values can be edited.
Public property EnableAllowMultipleValue  Gets or sets the allow multiple values option.
Public property EnableNullValue  Gets the allow null value option for stored procedure parameters.
Public property FormulaName (Inherited from FieldDefinition.) Gets the field definition unique formula name in Crystal Report formula syntax.
Public property HasCurrentValue  Gets whether the parameter has a current value.
Public property Kind (Inherited from FieldDefinition.) Gets the kind of field.
Public property MaximumValue  Gets the maximum value.
Public property MinimumValue  Gets the minimum value.
Public property Name (Inherited from FieldDefinition.) Gets the object's name.
Public property NumberOfBytes (Inherited from FieldDefinition.) Gets the number of bytes required to store the field data in memory.
Public property ParameterFieldName  Gets the name of the parameter field.
Public property ParameterFieldUsage  Gets the property that describes how the parameter is used within the report.
Public property ParameterType  Gets the parameter type.
Public property ParameterValueKind  Gets the type of the parameter value.
Public property PromptText  Gets or sets the parameter field prompting string.
Public property ReportName  Gets the report name the parameter field is in. If it is a main report, the report name is empty.
Public property UseCount (Inherited from FieldDefinition.) Obsolete. Gets the number of times a field is used in a report.
Public property ValueType (Inherited from FieldDefinition.) Gets the type of field value.

Top

See Also

Reference

ParameterFieldDefinition Members
CrystalDecisions.CrystalReports.Engine Namespace