QueryParameter Members
Include Protected Members
Include Inherited Members
Represents a query parameter.
The QueryParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
QueryParameter() | Initializes a new instance of the QueryParameter class. |
![]() |
QueryParameter(IPropertyStore) | Initializes a new instance of the QueryParameter class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
AllowBlank | Infrastructure. |
![]() |
Caption | Infrastructure. |
![]() |
DbType | Infrastructure. |
![]() |
DefaultValue | Infrastructure. |
![]() |
IsMultiValued | Infrastructure. |
![]() |
IsNullable | Infrastructure. |
![]() |
Name | The parameter name. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
UserDefined | Indicates whether the parameter value is user defined. |
![]() |
ValidValuesDataSet | Infrastructure. |
![]() |
ValidValuesDataSetQueryParameterReference | Infrastructure. |
![]() |
Value | The parameter value. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top