DataSetListBoxItemCollection 类

定义

public ref class DataSetListBoxItemCollection : System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::Wizards::DataRegion::DataSetListBoxItem ^>
public class DataSetListBoxItemCollection : System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.Wizards.DataRegion.DataSetListBoxItem>
type DataSetListBoxItemCollection = class
    interface seq<DataSetListBoxItem>
    interface IEnumerable
Public Class DataSetListBoxItemCollection
Implements IEnumerable(Of DataSetListBoxItem)
继承
DataSetListBoxItemCollection
实现

构造函数

DataSetListBoxItemCollection()

属性

IsEmpty

方法

AddAllFromMruList(Report, RecentDataSets)
AddAllFromProject(IReportProject)
AddAllNonHiddenFromReport(Report)
AddFromReport(DataSetFromReport)
Clear()
FindEquivalentItem(DataSet)
FindEquivalentItem(DataSetListBoxItem)
FindEquivalentItemFromReport(DataSet)
GetEnumerator()

显式接口实现

IEnumerable.GetEnumerator()

适用于