StateIndicator-Klasse
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents a state indicator.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .GaugePanelItem
Microsoft.ReportingServices.RdlObjectModel..::..StateIndicator
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class StateIndicator _
Inherits GaugePanelItem
'Usage
Dim instance As StateIndicator
public class StateIndicator : GaugePanelItem
public ref class StateIndicator : public GaugePanelItem
type StateIndicator =
class
inherit GaugePanelItem
end
public class StateIndicator extends GaugePanelItem
Der StateIndicator-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
StateIndicator | Creates a new instance of the StateIndicator class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ActionInfo | Actions for the item. (Geerbt von GaugePanelItem.) | |
Angle | The angle of the indicator. | |
ComponentMetadata | The component metadata. (Geerbt von ReportObject.) | |
GaugeInputValue | The input value. | |
Height | Height of the item as a percentage of the parent element. (Geerbt von GaugePanelItem.) | |
Hidden | Indicates this item should be hidden. (Geerbt von GaugePanelItem.) | |
IconsSet | Infrastruktur | |
IndicatorImage | The state image. | |
IndicatorStates | A list of the indicator states. | |
IndicatorStyle | The indicator style. | |
Left | Distance from the left as a percentage of the parent element. (Geerbt von GaugePanelItem.) | |
MaximumValue | Gets the maximum allowable input value when TransformationType is set to Percentage. | |
MinimumValue | Gets the minimum allowable input value when TransformationType is set to Percentage. | |
Name | Name of the GaugePanelItem. (Geerbt von GaugePanelItem.) | |
Parent | The parent of this report object. (Geerbt von ReportObjectBase.) | |
ParentItem | Name of the parent GaugePanelItem. (Geerbt von GaugePanelItem.) | |
ResizeMode | The resize mode. | |
ScaleFactor | Gets the scale factor of the state indicator. | |
Site | Infrastruktur (Geerbt von ReportObject.) | |
StateDataElementName | Gets the name of the current state. | |
StateDataElementOutput | Indicates whether the current state is output in plain text during data rendering. | |
Style | Gets the style properties of this report definition object. (Geerbt von GaugePanelItem.) | |
ToolTip | Tooltip text for the item. (Geerbt von GaugePanelItem.) | |
Top | Distance from the top as a percentage of the parent element. (Geerbt von GaugePanelItem.) | |
TransformationScope | Gets the scope to be used to calculate the MinimumValue and MaximumValue in case they are not specified. | |
TransformationType | Indicates whether to transform the input value to a percentage value. | |
Width | Width of the item as a percentage of the parent element. (Geerbt von GaugePanelItem.) | |
ZIndex | Drawing order of the item within the panel. (Geerbt von GaugePanelItem.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetContainingDataScopes | Infrastruktur (Geerbt von ReportObject.) | |
GetDataScopesForDefaultImpl | Infrastruktur (Geerbt von ReportObject.) | |
GetDependenciesCore | Infrastruktur (Geerbt von ReportObject.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
Initialize | Initializes an instance of the StateIndicator class. (Überschreibt ReportObject. . :: . .Initialize() () () ().) | |
InitializeForDesigner | Infrastruktur (Geerbt von ReportObject.) | |
MemberwiseClone | (Geerbt von Object.) | |
OnChildPropertyChanged | Infrastruktur (Geerbt von ReportObject.) | |
OnPropertyChanged | Infrastruktur (Geerbt von ReportObject.) | |
RdlSemanticEqualsCore | Infrastruktur (Geerbt von ReportObject.) | |
SavePropertyValue< (Of < <' (T> ) > > ) | Infrastruktur (Geerbt von ReportObject.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IDisposable. . :: . .Dispose | (Geerbt von ReportObject.) | |
IComponent. . :: . .Disposed | (Geerbt von ReportObject.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.