DataSets 屬性
Describes the data that is displayed as part of the report.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property DataSets As IList(Of DataSet)
Get
Set
'用途
Dim instance As Report
Dim value As IList(Of DataSet)
value = instance.DataSets
instance.DataSets = value
public IList<DataSet> DataSets { get; set; }
public:
virtual property IList<DataSet^>^ DataSets {
IList<DataSet^>^ get () sealed;
void set (IList<DataSet^>^ value) sealed;
}
abstract DataSets : IList<DataSet> with get, set
override DataSets : IList<DataSet> with get, set
final function get DataSets () : IList<DataSet>
final function set DataSets (value : IList<DataSet>)
屬性值
型別:System.Collections.Generic. . :: . .IList< (Of < ( <'DataSet> ) > ) >
An IList<(Of <(<'T>)>)> object.