GaugeTickMarks-Klasse
Represents major tick marks along a scale.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .TickMarkStyle
Microsoft.ReportingServices.RdlObjectModel..::..GaugeTickMarks
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class GaugeTickMarks _
Inherits TickMarkStyle
'Usage
Dim instance As GaugeTickMarks
public class GaugeTickMarks : TickMarkStyle
public ref class GaugeTickMarks : public TickMarkStyle
type GaugeTickMarks =
class
inherit TickMarkStyle
end
public class GaugeTickMarks extends TickMarkStyle
Der GaugeTickMarks-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
GaugeTickMarks | Creates a new instance of the GaugeTickMarks class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ComponentMetadata | The component metadata. (Geerbt von ReportObject.) | |
DistanceFromScale | Distance from the label to the tick mark, as a percentage of the scale size (radius for radial scales, length for linear scales). (Geerbt von TickMarkStyle.) | |
EnableGradient | Indicates whether a gradient effect is used for the tick mark. (Geerbt von TickMarkStyle.) | |
GradientDensity | Intensity of the gradient effect (from 0 to 100). (Geerbt von TickMarkStyle.) | |
Hidden | Indicates the custom label is hidden. (Geerbt von TickMarkStyle.) | |
Interval | Interval between tick marks. | |
IntervalOffset | Offset for the first tick mark. | |
Length | Length of the tick mark as a percentage of the parent scale radius for radial gauge, and as a percentage of the width/height for linear gauge, whichever is smaller. (Geerbt von TickMarkStyle.) | |
Parent | The parent of this report object. (Geerbt von ReportObjectBase.) | |
Placement | Determines where the tick mark should be placed relative to the scale. (Geerbt von TickMarkStyle.) | |
Shape | Shape of the tick mark. (Geerbt von TickMarkStyle.) | |
Site | Infrastruktur (Geerbt von ReportObject.) | |
Style | Gets the style properties of this report definition object. (Geerbt von TickMarkStyle.) | |
TickMarkImage | Image to use for the tick mark. (Geerbt von TickMarkStyle.) | |
Width | Width of the tick mark as a percentage of the parent scale radius for radial gauge, and as a percentage of the width/height for linear gauge, whichever is smaller. (Geerbt von TickMarkStyle.) |
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 TickMarkStyle class. (Geerbt von TickMarkStyle.) | |
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.