Classe GaugeImageCollection

Represents a collection of GaugeImage objects.

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>

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'GaugeImage> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..GaugeImageCollection

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.