Condividi tramite


Classe GaugeLabelCollection

Represents a collection of GaugeLabel objects.

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

Sintassi

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'GaugeLabel> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..GaugeLabelCollection

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.