NumericIndicator-Klasse
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents a numeric indicator.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .GaugePanelItem
Microsoft.ReportingServices.RdlObjectModel..::..NumericIndicator
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class NumericIndicator _
Inherits GaugePanelItem
'Usage
Dim instance As NumericIndicator
public class NumericIndicator : GaugePanelItem
public ref class NumericIndicator : public GaugePanelItem
type NumericIndicator =
class
inherit GaugePanelItem
end
public class NumericIndicator extends GaugePanelItem
Der NumericIndicator-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
NumericIndicator | Creates a new instance of the NumericIndicator class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ActionInfo | Actions for the item. (Geerbt von GaugePanelItem.) | |
ComponentMetadata | The component metadata. (Geerbt von ReportObject.) | |
DecimalDigitColor | Color for the decimal digit. | |
DecimalDigits | The decimal digits. | |
DigitColor | The digit color. | |
Digits | The digits. | |
GaugeInputValue | Gets the expression and/or formula used in the gauge. | |
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.) | |
IndicatorStyle | The indicator style. | |
LedDimColor | The LED dim color. | |
Left | Distance from the left as a percentage of the parent element. (Geerbt von GaugePanelItem.) | |
MaximumValue | The maximum value. | |
MinimumValue | The minimum value. | |
Multiplier | The multiplier. | |
Name | Name of the GaugePanelItem. (Geerbt von GaugePanelItem.) | |
NonNumericString | The string to display when the data value is not a numeric value. | |
NumericIndicatorRanges | The indicator range. | |
OutOfRangeString | The string to display when the number is out of range. | |
Parent | The parent of this report object. (Geerbt von ReportObjectBase.) | |
ParentItem | Name of the parent GaugePanelItem. (Geerbt von GaugePanelItem.) | |
ResizeMode | The resize mode. | |
SeparatorColor | The separator color. | |
SeparatorWidth | The separator width. | |
ShowDecimalPoint | Indicates whether to show the decimal point. | |
ShowLeadingZeros | Indicates whether to show leading zeros. | |
ShowSign | Indicates whether to show the negative sign. | |
Site | Infrastruktur (Geerbt von ReportObject.) | |
SnappingEnabled | Indicates whether snapping is enabled. | |
SnappingInterval | The interval to use for snapping the indicator into place. | |
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.) | |
UseFontPercent | Indicates whether to use font percent. | |
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 NumericIndicator 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.