Classe RadialScaleCollection
Represents a collection of RadialScale objects.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<RadialScale>
Microsoft.ReportingServices.OnDemandReportRendering.RadialScaleCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class RadialScaleCollection _
Inherits GaugePanelObjectCollectionBase(Of RadialScale)
'Uso
Dim instance As RadialScaleCollection
public sealed class RadialScaleCollection : GaugePanelObjectCollectionBase<RadialScale>
public ref class RadialScaleCollection sealed : public GaugePanelObjectCollectionBase<RadialScale^>
[<SealedAttribute>]
type RadialScaleCollection =
class
inherit GaugePanelObjectCollectionBase<RadialScale>
end
public final class RadialScaleCollection extends GaugePanelObjectCollectionBase<RadialScale>
O tipo RadialScaleCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of items in the collection. (Substitui GaugePanelObjectCollectionBase<T>.Count.) | |
Item[Int32] | Gets the item at the specified index. (Herdado de GaugePanelObjectCollectionBase<T>.) | |
Item[String] | Gets the item of the specified name. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetEnumerator | Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>. (Herdado de GaugePanelObjectCollectionBase<T>.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
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