Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets information about the query that is contained within the dataset.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Query As Query
Get
Set
'Usage
Dim instance As DataSet
Dim value As Query
value = instance.Query
instance.Query = value
public Query Query { get; set; }
public:
property Query^ Query {
Query^ get ();
void set (Query^ value);
}
member Query : Query with get, set
function get Query () : Query
function set Query (value : Query)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.Query
A Query object.