Sdílet prostřednictvím


Query.DataSource Property

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.

See Also

Reference

Query Class

Microsoft.ReportingServices.RdlObjectModel Namespace