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 the query data source.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property DataSource As DataSource
Get
'Usage
Dim instance As Query
Dim value As DataSource
value = instance.DataSource
public DataSource DataSource { get; }
public:
property DataSource^ DataSource {
DataSource^ get ();
}
member DataSource : DataSource
function get DataSource () : DataSource
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.DataSource
The query data source.