Classe GaugeLabelCollection
Represents a collection of GaugeLabel objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class GaugeLabelCollection _
Inherits GaugePanelObjectCollectionBase(Of GaugeLabel)
'Uso
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>
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'GaugeLabel> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..GaugeLabelCollection
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.
Consulte também