GaugePointer Class

Represents a pointer to be drawn against a scale.

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

Syntax

'Declaration
Public MustInherit Class GaugePointer _
    Inherits GaugePanelObjectCollectionItem _
    Implements IROMStyleDefinitionContainer, IROMActionOwner
'Usage
Dim instance As GaugePointer
public abstract class GaugePointer : GaugePanelObjectCollectionItem, 
    IROMStyleDefinitionContainer, IROMActionOwner
public ref class GaugePointer abstract : public GaugePanelObjectCollectionItem, 
    IROMStyleDefinitionContainer, IROMActionOwner
[<AbstractClassAttribute>]
type GaugePointer =  
    class
        inherit GaugePanelObjectCollectionItem
        interface IROMStyleDefinitionContainer
        interface IROMActionOwner
    end
public abstract class GaugePointer extends GaugePanelObjectCollectionItem implements IROMStyleDefinitionContainer, IROMActionOwner

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.