GaugePanelItem Class
Represents an item (gauge, image, label) to be drawn within a gauge panel.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustInherit Class GaugePanelItem _
Inherits GaugePanelObjectCollectionItem _
Implements IROMStyleDefinitionContainer, IROMActionOwner
'Usage
Dim instance As GaugePanelItem
public abstract class GaugePanelItem : GaugePanelObjectCollectionItem,
IROMStyleDefinitionContainer, IROMActionOwner
public ref class GaugePanelItem abstract : public GaugePanelObjectCollectionItem,
IROMStyleDefinitionContainer, IROMActionOwner
[<AbstractClassAttribute>]
type GaugePanelItem =
class
inherit GaugePanelObjectCollectionItem
interface IROMStyleDefinitionContainer
interface IROMActionOwner
end
public abstract class GaugePanelItem extends GaugePanelObjectCollectionItem implements IROMStyleDefinitionContainer, IROMActionOwner
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelItem
Microsoft.ReportingServices.OnDemandReportRendering.Gauge
Microsoft.ReportingServices.OnDemandReportRendering.GaugeImage
Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabel
Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicator
Microsoft.ReportingServices.OnDemandReportRendering.StateIndicator
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.