Classe ReportDataSourceInfoCollection

Rappresenta una raccolta di oggetti ReportDataSourceInfo.

Gerarchia di ereditarietà

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<ReportDataSourceInfo>
    Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportDataSourceInfoCollection _
    Inherits ReadOnlyCollection(Of ReportDataSourceInfo)
'Utilizzo
Dim instance As ReportDataSourceInfoCollection
[ComVisibleAttribute(false)]
public sealed class ReportDataSourceInfoCollection : ReadOnlyCollection<ReportDataSourceInfo>
[ComVisibleAttribute(false)]
public ref class ReportDataSourceInfoCollection sealed : public ReadOnlyCollection<ReportDataSourceInfo^>
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type ReportDataSourceInfoCollection =  
    class
        inherit ReadOnlyCollection<ReportDataSourceInfo>
    end
public final class ReportDataSourceInfoCollection extends ReadOnlyCollection<ReportDataSourceInfo>

Nel tipo ReportDataSourceInfoCollection sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Proprietà pubblica Item[Int32] Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Proprietà pubblica Item[String] Restituisce un oggetto specifico ReportDataSourceInfo dalla raccolta.
Proprietà protetta Items Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Contains Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Metodo pubblico CopyTo Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetEnumerator Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico IndexOf Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICollection<T>.Add Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaMetodo privato IList.Add Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaMetodo privato ICollection<T>.Clear Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaMetodo privato IList.Clear Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaMetodo privato IList.Contains Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaMetodo privato ICollection.CopyTo Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaMetodo privato IEnumerable.GetEnumerator Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaMetodo privato IList.IndexOf Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaMetodo privato IList<T>.Insert Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaMetodo privato IList.Insert Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaProprietà privata IList.IsFixedSize Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaProprietà privata ICollection<T>.IsReadOnly Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaProprietà privata IList.IsReadOnly Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaProprietà privata ICollection.IsSynchronized Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaProprietà privata IList<T>.Item Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaProprietà privata IList.Item Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaMetodo privato ICollection<T>.Remove Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaMetodo privato IList.Remove Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaMetodo privato IList<T>.RemoveAt Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaMetodo privato IList.RemoveAt Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.
Implementazione esplicita dell'interfacciaProprietà privata ICollection.SyncRoot Ereditato da ReadOnlyCollection<ReportDataSourceInfo>.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.Reporting.WebForms