GaugeScale-Klasse
Represents a scale to be drawn within a gauge.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..GaugeScale
Microsoft.ReportingServices.RdlObjectModel. . :: . .LinearScale
Microsoft.ReportingServices.RdlObjectModel. . :: . .RadialScale
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class GaugeScale _
Inherits ReportObject _
Implements INamedObject
'Usage
Dim instance As GaugeScale
public class GaugeScale : ReportObject, INamedObject
public ref class GaugeScale : public ReportObject,
INamedObject
type GaugeScale =
class
inherit ReportObject
interface INamedObject
end
public class GaugeScale extends ReportObject implements INamedObject
Der GaugeScale-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
GaugeScale | Creates a new instance of the GaugeScale class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ActionInfo | Actions for the scale. | |
ComponentMetadata | The component metadata. (Geerbt von ReportObject.) | |
CustomLabels | Custom labels for the scale. | |
GaugeMajorTickMarks | Major tickmarks to display on the scale. | |
GaugeMinorTickMarks | Minor tickmarks to display on the scale. | |
GaugePointers | Pointers to display on the scale. | |
Hidden | Indicates the scale is hidden. | |
Interval | Default interval between tick marks and labels. | |
IntervalOffset | Default offset for the first tick mark and label. | |
Logarithmic | Indicates the scale is logarithmic. | |
LogarithmicBase | Base to use for logarithmic scale. | |
MaximumPin | Maximum value at which a pointer on the scale will stop. | |
MaximumValue | Maximum value for the scale. | |
MinimumPin | Minimum value at which a pointer on the scale will stop. | |
MinimumValue | Minimum value for the scale. | |
Multiplier | Amount by which the gauge value is multiplied before it is displayed. | |
Name | ||
Parent | The parent of this report object. (Geerbt von ReportObjectBase.) | |
Reversed | Indicates the direction of the scale is reversed. | |
ScaleLabels | Labels to display on the scale. | |
ScaleRanges | Ranges to display on the scale. | |
Site | Infrastruktur (Geerbt von ReportObject.) | |
Style | Gets the style properties of this report definition object. | |
TickMarksOnTop | Indicates tick marks should be drawn atop pointers. | |
ToolTip | Tool tip text for the scale. | |
Width | Width of the scale bar, as a percent of the size of the gauge. |
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 GaugeScale 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.