Query Members
Include Protected Members
Include Inherited Members
Represents a query.
The Query type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Query() | Initializes a new instance of the Query class. |
![]() |
Query(IPropertyStore) | Initializes a new instance of the Query class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
DeepClone() | Returns a deep clone of this ReportObject instance. (Inherited from ReportObject.) |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetAncestor<T>() | The ancestor of this report object. (Inherited from ReportObject.) |
![]() |
GetContainingDataScopes() | The containing data scopes. (Inherited from ReportObject.) |
![]() |
GetDataScopesForDefaultImpl(IContainedObject) | Infrastructure. (Inherited from ReportObject.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetQueryParameterByName(String) | Returns a query parameter by specifying its name. |
![]() |
GetType() | (Inherited from Object.) |
![]() |
Initialize() | Initializes the current Query instance. (Overrides ReportObject.Initialize().) |
![]() |
InitializeForDesigner() | Infrastructure. (Inherited from ReportObject.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
OnChildPropertyChanged(Int32, Object, Object) | Infrastructure. (Inherited from ReportObject.) |
![]() |
OnPropertyChanged(Int32, Object, Object) | Infrastructure. (Inherited from ReportObject.) |
![]() |
SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>) | Infrastructure. (Inherited from ReportObject.) |
![]() |
ToString() | (Inherited from Object.) |
![]() |
WrapPropertyStore(IPropertyStore) | Infrastructure. (Inherited from ReportObject.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AutoGenerated | Indicates whether this query is automatically generated. |
![]() |
CommandText | The command text. |
![]() |
CommandType | The command type. |
![]() |
DataSourceName | The data source name. |
![]() |
DesignerState | The current state of the object model in Report Designer. |
![]() |
Hidden | Indicates whether this query is hidden. |
![]() |
MdxQuery | The MDX query. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
QueryParameters | The query parameters. |
![]() |
RQDDesignerState | The current state of the query designer. |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
SuppressAutoUpdate | Indicates whether to suppress automatic update. |
![]() |
Timeout | The query time out. |
![]() |
UseGenericDesigner | Indicates whether to use a generic designer. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top