Back to Devexpress

Parameter Properties

corelibraries-devexpress-dot-xtrareports-dot-parameters-dot-parameter-dot-underscore-properties.md

latest5.3 KB
Original Source

Parameter Properties

A report parameter.

NameDescription
AllowNullSpecifies whether to treat an empty field as null.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DescriptionSpecifies a parameter description. This description is displayed beside a parameter editor in the Parameters panel.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
EnabledSpecifies whether a parameter editor is enabled or disabled in the Parameters panel.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ExpressionBindingsProvides access to the parameter’s expression bindings collection.
LookUpSettingsSpecifies the look-up editor settings of the parameter.
MultiValueSpecifies whether you and end users can pass multiple values to a report parameter.
NameSpecifies a name by which you can reference a parameter in a report.
ObjectTypeFor internal use.
ParameterTypeObsolete. For internal use. Specifies the type of the value associated with the parameter.
RawValueFor internal use.
SelectAllValuesSpecifies whether to use all values of a multivalue parameter as defaults.
SiteGets or sets the ISite of the Component. Inherited from Component.
TagSpecifies the object that contains data about the report parameter.
TypeSpecifies a parameter type.
ValueSpecifies a parameter value.
ValueInfoFor internal use. Stores additional information relating to the parameter‘s value.
ValueSourceSettingsGets or sets settings used to generate predefined values for a report parameter.
VisibleSpecifies whether a parameter editor is visible in the Parameters panel.

See Also

Parameter Class

Parameter Members

DevExpress.XtraReports.Parameters Namespace