Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.