Report.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<DataSet>
An IList<T> object.

实现

IReportData.DataSets