Compartir a través de


GaugePanelObjectCollectionBase(T) Clase

Represents the base class for all gauge panel object collections.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 no admite tipos y métodos genéricos.

Parámetros de tipo

  • T

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.