Condividi tramite


Classe GaugeMemberCollection

Represents a collection of GaugeMember objects.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<GaugeMember>
    Microsoft.ReportingServices.OnDemandReportRendering.DataRegionMemberCollection<GaugeMember>
      Microsoft.ReportingServices.OnDemandReportRendering.GaugeMemberCollection

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class GaugeMemberCollection _
    Inherits DataRegionMemberCollection(Of GaugeMember)
'Utilizzo
Dim instance As GaugeMemberCollection
public sealed class GaugeMemberCollection : DataRegionMemberCollection<GaugeMember>
public ref class GaugeMemberCollection sealed : public DataRegionMemberCollection<GaugeMember^>
[<SealedAttribute>]
type GaugeMemberCollection =  
    class 
        inherit DataRegionMemberCollection<GaugeMember>
    end
public final class GaugeMemberCollection extends DataRegionMemberCollection<GaugeMember>

Nel tipo GaugeMemberCollection sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of items in the collection. Esegue l'override di ReportElementCollectionBase<T>.Count.
Proprietà pubblica DefinitionPath Gets the path to this GaugeMemberCollection in the report definition. Esegue l'override di DataRegionMemberCollection<T>.DefinitionPath.
Proprietà pubblica Item Gets the item at the specific index. Esegue l'override di ReportElementCollectionBase<T>.Item[Int32].
Proprietà pubblica ParentDefinitionPath Gets the path to report definition object's parent in the report definition. Ereditato da DataRegionMemberCollection<T>.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetEnumerator Gets the enumerator for this ReportElementCollectionBase<T>. Ereditato da ReportElementCollectionBase<T>.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato IEnumerable.GetEnumerator Infrastruttura. Gets the enumerator that iterates through the collection. Ereditato da ReportElementCollectionBase<T>.

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.ReportingServices.OnDemandReportRendering