Compartilhar via


Classe ScaleRangeCollection

Represents a collection of ScaleRange objects.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<ScaleRange>
    Microsoft.ReportingServices.OnDemandReportRendering.ScaleRangeCollection

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class ScaleRangeCollection _
    Inherits GaugePanelObjectCollectionBase(Of ScaleRange)
'Uso
Dim instance As ScaleRangeCollection
public sealed class ScaleRangeCollection : GaugePanelObjectCollectionBase<ScaleRange>
public ref class ScaleRangeCollection sealed : public GaugePanelObjectCollectionBase<ScaleRange^>
[<SealedAttribute>]
type ScaleRangeCollection =  
    class 
        inherit GaugePanelObjectCollectionBase<ScaleRange>
    end
public final class ScaleRangeCollection extends GaugePanelObjectCollectionBase<ScaleRange>

O tipo ScaleRangeCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of items in the collection. (Substitui GaugePanelObjectCollectionBase<T>.Count.)
Propriedade pública Item[Int32] Gets the item at the specified index. (Herdado de GaugePanelObjectCollectionBase<T>.)
Propriedade pública Item[String] Gets or sets the item at the specified key.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetEnumerator Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>. (Herdado de GaugePanelObjectCollectionBase<T>.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado IEnumerable.GetEnumerator Infraestrutura. Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>. (Herdado de GaugePanelObjectCollectionBase<T>.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering