IReportData.DataSets 属性

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

Gets the collection of dataset that is displayed as part of the report.

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

语法

声明
ReadOnly Property DataSets As IList(Of DataSet)
    Get
用法
Dim instance As IReportData 
Dim value As IList(Of DataSet)

value = instance.DataSets
IList<DataSet> DataSets { get; }
property IList<DataSet^>^ DataSets {
    IList<DataSet^>^ get ();
}
abstract DataSets : IList<DataSet>
function get DataSets () : IList<DataSet>

属性值

类型:System.Collections.Generic.IList<DataSet>
The collection of dataset.

请参阅

参考

IReportData 接口

Microsoft.ReportingServices.RdlObjectModel 命名空间