GaugePanelItem Members
Include Protected Members
Include Inherited Members
Represents an item (gauge, image, label) to be drawn within a gauge panel.
The GaugePanelItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
m_instance | Infrastructure. (Inherited from GaugePanelObjectCollectionItem.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top