Share via


DataSetListBoxItemCollection Class

Definition

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)
Inheritance
DataSetListBoxItemCollection
Implements

Constructors

DataSetListBoxItemCollection()

Properties

IsEmpty

Methods

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

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to