GaugePanelItem 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 an item (gauge, image, label) to be drawn within a gauge panel.
public ref class GaugePanelItem abstract : Microsoft::ReportingServices::OnDemandReportRendering::GaugePanelObjectCollectionItem, Microsoft::ReportingServices::OnDemandReportRendering::IROMStyleDefinitionContainer
public abstract class GaugePanelItem : Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem, Microsoft.ReportingServices.OnDemandReportRendering.IROMStyleDefinitionContainer
type GaugePanelItem = class
inherit GaugePanelObjectCollectionItem
interface IROMStyleDefinitionContainer
Public MustInherit Class GaugePanelItem
Inherits GaugePanelObjectCollectionItem
Implements IROMStyleDefinitionContainer
- Inheritance
- Derived
- Implements
Fields
m_instance |
Specifies the instance of gauge panel item. (Inherited from GaugePanelObjectCollectionItem) |
Properties
ActionInfo |
Actions for the item. |
FieldsUsedInValueExpression |
Gets the fields used in a value expression. |
Height |
Height of the item as a percentage of the parent element. |
Hidden |
Indicates this item should be hidden. |
Instance |
Gets the report instance object that contains the calculated values of this report definition object. |
Left |
Distance from the left as a percentage of the parent element. |
Name |
Name of the GaugePanelItem. |
ParentItem |
Name of the parent GaugePanelItem. |
Style |
Gets the style properties of this report definition object. |
ToolTip |
Tooltip text for the item. |
Top |
Distance from the top as a percentage of the parent element. |
Width |
Width of the item as a percentage of the parent element. |
ZIndex |
Drawing order of the item within the panel. |