C1.C1Rdl.Rdl2008 Namespace : Query Class |
For a list of all members of this type, see Query members.
Name | Description | |
---|---|---|
![]() | CommandText | Gets or sets the query to execute to obtain the data for the report. Can be specified as expression. |
![]() | CommandType | Gets or sets the value indicating what type of query is contained in the Query.CommandText. |
![]() | DataSourceName | Gets or sets name of DataSource to execute the query against. |
![]() | Owner | Gets a DataSet object containing this Query object. |
![]() | Parameters | Gets the QueryParameters collection containing a list of parameters that are passed to the data source as part of the query. |
![]() | Timeout | Gets or sets the number of seconds to allow for the query to run before timing out. Must be nonnegative. If zero (default), the query should not time out. Max: 2147483647. |