ParameterFieldDefinition Members

Represents a parameter field in the report. This object provides properties and methods for retrieving information and setting options for a parameter field in a report.

The following tables list the members exposed by the ParameterFieldDefinition type.

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

Public Methods

Method Description
Public method ApplyCurrentValues  Applies the current values to the specified parameter field of a report.
Public method ApplyDefaultValues  Applies values to the group of default values for a specified parameter in a report.
Public method ApplyMinMaxValues  Applies the maximum and minimum values to a specified parameter in a report.
Public method IsLinked  Tests to see if the parameter is linked. A linked parameter is created when a main report is linked to a subreport.

Top

See Also

Reference

CrystalDecisions.CrystalReports.Engine Namespace