Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the collection of data sources from which datasets are taken for the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
ReadOnly Property DataSources As IList(Of DataSource)
Get
'Usage
Dim instance As IReportData
Dim value As IList(Of DataSource)
value = instance.DataSources
IList<DataSource> DataSources { get; }
property IList<DataSource^>^ DataSources {
IList<DataSource^>^ get ();
}
abstract DataSources : IList<DataSource>
function get DataSources () : IList<DataSource>
Property Value
Type: System.Collections.Generic.IList<DataSource>
The collection of data sources.