GaugePanelObjectCollectionBase<T> Class
Represents the base class for all gauge panel object collections.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustInherit Class GaugePanelObjectCollectionBase(Of T As GaugePanelObjectCollectionItem) _
Implements IEnumerable(Of T), IEnumerable
'Usage
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 does not support generic types and methods.
Type Parameters
- T
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.