Partilhar via


Classe GaugePanelObjectCollectionBase(T)

Represents the base class for all gauge panel object collections.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public MustInherit Class GaugePanelObjectCollectionBase(Of T As GaugePanelObjectCollectionItem) _
    Implements IEnumerable(Of T), IEnumerable
'Uso
Dim instance As GaugePanelObjectCollectionBase(Of T)
public abstract class GaugePanelObjectCollectionBase<T> : IEnumerable<T>, 
    IEnumerable
where T : GaugePanelObjectCollectionItem
generic<typename T>
where T : GaugePanelObjectCollectionItem
public ref class GaugePanelObjectCollectionBase abstract : IEnumerable<T>, 
    IEnumerable
[<AbstractClassAttribute>]
type GaugePanelObjectCollectionBase<'T when 'T : GaugePanelObjectCollectionItem> =  
    class
        interface IEnumerable<'T>
        interface IEnumerable
    end
JScript não dá suporte a tipos e métodos genéricos.

Parâmetros de tipo

  • T

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering..::..GaugePanelObjectCollectionBase<(Of <(<'T>)>)>
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .CustomLabelCollection
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeImageCollection
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeLabelCollection
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearGaugeCollection
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearPointerCollection
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearScaleCollection
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .NumericIndicatorCollection
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .RadialGaugeCollection
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .RadialPointerCollection
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .RadialScaleCollection
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ScaleRangeCollection
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .StateIndicatorCollection

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.