GaugePointer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a pointer to be drawn against a scale.
public ref class GaugePointer abstract : Microsoft::ReportingServices::OnDemandReportRendering::GaugePanelObjectCollectionItem, Microsoft::ReportingServices::OnDemandReportRendering::IROMStyleDefinitionContainer
public abstract class GaugePointer : Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem, Microsoft.ReportingServices.OnDemandReportRendering.IROMStyleDefinitionContainer
type GaugePointer = class
inherit GaugePanelObjectCollectionItem
interface IROMStyleDefinitionContainer
Public MustInherit Class GaugePointer
Inherits GaugePanelObjectCollectionItem
Implements IROMStyleDefinitionContainer
- Inheritance
- Derived
- Implements
Fields
m_instance |
Specifies the instance of gauge panel item. (Inherited from GaugePanelObjectCollectionItem) |
Properties
ActionInfo |
Gets the actions for the pointer. |
BarStart |
Gets a value that indicates where the Bar pointer starts. |
CompiledInstances |
Gets the compiled instances of a gauge pointer. |
DistanceFromScale |
Gets the distance from the tip of the pointer to the scale, as a percentage of the scale size (radius for radial scales, length for linear scales). |
FieldsUsedInValueExpression |
Gets the fields used in a value expression. |
GaugeInputValue |
Gets the value to use for the pointer. |
Hidden |
Gets a value that indicates whether the pointer is hidden. |
Instance |
Gets the report instance object that contains the calculated values of this report definition object. |
MarkerLength |
Gets the length of the marker as a percentage of the parent scale radius. |
MarkerStyle |
Gets the type of the marker. |
Name |
Gets the name of the gauge pointer. |
Placement |
Gets a value that determines where the pointer should be placed relative to the scale. |
PointerImage |
Gets the image to use for the pointer. |
SnappingEnabled |
Gets a value that indicates whether values should round to the snapping interval. |
SnappingInterval |
Gets the interval to which the values should round to. |
Style |
Gets the style properties of this report definition object. |
ToolTip |
Gets the tool tip text for the pointer. |
UniqueName |
Gets the unique identifier for this report definition object. |
Width |
Gets the width of the pointer, as a percentage of the scale size (radius for radial scales, width for linear scales). |