Share via


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

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.