Query Class
Updated: February 25, 2016
Represents a query.
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Microsoft.ReportingServices.RdlObjectModel::ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel::ReportObject
Microsoft.ReportingServices.RdlObjectModel::QueryBase
Microsoft.ReportingServices.RdlObjectModel::Query
| Name | Description | |
|---|---|---|
![]() | Query() | Initializes a new instance of the Query class. |
| Name | Description | |
|---|---|---|
![]() | AutoGenerated | Gets or sets a value that indicates whether this query is automatically generated.(Inherited from QueryBase.) |
![]() | CommandText | Gets or sets the command text.(Inherited from QueryBase.) |
![]() | CommandType | Gets or sets the command type.(Inherited from QueryBase.) |
![]() | ComponentMetadata | Gets or sets the component metadata.(Inherited from ReportObject.) |
![]() | DataSource | Gets the query data source. |
![]() | DataSourceName | Gets or sets the data source name. |
![]() | DesignerState | Gets or sets the current state of the object model in Report Designer.(Inherited from QueryBase.) |
![]() | Hidden | Gets or sets a value that indicates whether this query is hidden.(Inherited from QueryBase.) |
![]() | MdxQuery | Gets or sets the MDX query.(Inherited from QueryBase.) |
![]() | Parent | The parent of this report object.(Inherited from ReportObjectBase.) |
![]() | QueryParameters | Gets or sets a collection of query parameters. |
![]() | Site | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the site associated with the ReportObject object.(Inherited from ReportObject.) |
![]() | SuppressAutoUpdate | Gets or sets a value that indicates whether to suppress automatic update.(Inherited from QueryBase.) |
![]() | Timeout | Gets or sets the query time out.(Inherited from QueryBase.) |
![]() | UseGenericDesigner | Gets or sets a value that indicates whether to use a generic designer.(Inherited from QueryBase.) |
| Name | Description | |
|---|---|---|
![]() | DeepClone() | Returns a deep clone of this ReportObject instance.(Inherited from ReportObject.) |
![]() | Equals(Object^) | Tests the equality of this object and another object.(Inherited from QueryBase.) |
![]() | Equals(QueryBase^) | |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetContainingDataScopes() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the list of report object that contains data scopes.(Inherited from ReportObject.) |
![]() | GetDataScopesForDefaultImpl(IContainedObject^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the data scopes for default implementation.(Inherited from ReportObject.) |
![]() | GetDependenciesCore(IList<ReportObject^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the list of dependencies core of the query.(Overrides ReportObject::GetDependenciesCore(IList<ReportObject^>^).) |
![]() | GetHashCode() | |
![]() | GetType() | (Inherited from Object.) |
![]() | Initialize() | Initializes the current Query instance.(Overrides QueryBase::Initialize().) |
![]() | InitializeForDesigner() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the report object for designer.(Inherited from ReportObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnChildPropertyChanged(Int32, Object^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when the property of the child was changed.(Inherited from ReportObject.) |
![]() | OnPropertyChanged(Int32, Object^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when the property was changed.(Inherited from ReportObject.) |
![]() | RdlSemanticEqualsCore(ReportObject^, ICollection<ReportObject^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Indicates whether the RDL semantic is equal to the core objects.(Overrides QueryBase::RdlSemanticEqualsCore(ReportObject^, ICollection<ReportObject^>^).) |
![]() | SavePropertyValue<T>(String^, T, ReportObject::SwapValue<T>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Saves the property value of the report object.(Inherited from ReportObject.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | m_autoGenerated | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies whether this query is automatically generated.(Inherited from QueryBase.) |
![]() | m_designerState | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the current state of the object model in Report Designer.(Inherited from QueryBase.) |
![]() | m_hidden | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies whether this query is hidden.(Inherited from QueryBase.) |
![]() | m_suppressAutoUpdate | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies whether to suppress automatic update.(Inherited from QueryBase.) |
![]() | m_useGenericDesigner | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies whether to use a generic designer.(Inherited from QueryBase.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IComponent::Disposed | Occurs when the ReportObject object is disposed.(Inherited from ReportObject.) |
![]() ![]() | IDisposable::Dispose() | This API supports the product infrastructure and is not intended to be used directly from your code. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from ReportObject.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






