RadialGaugeCollection Class
Represents a collection of RadialGauge objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class RadialGaugeCollection _
Inherits GaugePanelObjectCollectionBase(Of RadialGauge)
'Usage
Dim instance As RadialGaugeCollection
public sealed class RadialGaugeCollection : GaugePanelObjectCollectionBase<RadialGauge>
public ref class RadialGaugeCollection sealed : public GaugePanelObjectCollectionBase<RadialGauge^>
[<SealedAttribute>]
type RadialGaugeCollection =
class
inherit GaugePanelObjectCollectionBase<RadialGauge>
end
public final class RadialGaugeCollection extends GaugePanelObjectCollectionBase<RadialGauge>
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<RadialGauge>
Microsoft.ReportingServices.OnDemandReportRendering.RadialGaugeCollection
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.