Skip to main content
A newer version of this page is available. .

RangeBoundaryParameter Properties

The base class for the RangeStartParameter and RangeEndParameter classes.
Name Description
AllowNull For internal use.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Container Gets the IContainer that contains the Component. Inherited from Component.
Description For internal use.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
ExpressionBindings Provides access to the parameter’s expression bindings collection. Inherited from Parameter.
LookUpSettings Specifies the look-up editor settings of the parameter. Inherited from Parameter.
MultiValue For internal use.
Name Specifies the parameter name. Inherited from Parameter.
ObjectType For internal use.
ParameterType Obsolete. For internal use. Specifies the type of the value associated with the parameter. Inherited from Parameter.
RawValue For internal use. Inherited from Parameter.
SelectAllValues For internal use.
Site Gets or sets the ISite of the Component. Inherited from Component.
Tag For internal use.
Type For internal use.
Value Specifies the report parameter‘s value. Inherited from Parameter.
ValueInfo For internal use. Stores additional information relating to the parameter‘s value. Inherited from Parameter.
ValueSourceSettings For internal use.
Visible For internal use.
See Also