IReportData.DataSources 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the collection of data sources from which datasets are taken for the report.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
ReadOnly Property DataSources As IList(Of DataSource)
    Get
用法
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>

属性值

类型:System.Collections.Generic.IList<DataSource>
The collection of data sources.

请参阅

参考

IReportData 接口

Microsoft.ReportingServices.RdlObjectModel 命名空间