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