IReportData.DataSets 属性
此 API 支持 基础结构,但不能通过代码直接使用。
命名空间: 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>
An IList<T> object.