此 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.