Lingua

ReportItemCollection Classe

Definizione

Rappresenta una raccolta di ReportItem oggetti .

public ref class ReportItemCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ReportItem ^>
public sealed class ReportItemCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ReportItem>
type ReportItemCollection = class
    inherit ReportElementCollectionBase<ReportItem>
Public NotInheritable Class ReportItemCollection
Inherits ReportElementCollectionBase(Of ReportItem)
Ereditarietà

Proprietà

Nome Descrizione
Count

Ottiene il numero di elementi nell'insieme.

Item[Int32]

Ottiene l'elemento in corrispondenza dell'indice specificato.

Metodi

Nome Descrizione
GetEnumerator()

Ottiene l'enumeratore per questo ReportElementCollectionBase<T>.

(Ereditato da ReportElementCollectionBase<T>)

Implementazioni dell'interfaccia esplicita

Nome Descrizione
IEnumerable.GetEnumerator()

Ottiene l'enumeratore che itera attraverso la raccolta.

(Ereditato da ReportElementCollectionBase<T>)

Si applica a