Classe RadialScale
Represents a radial scale to be drawn within a radial gauge.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .GaugeScale
Microsoft.ReportingServices.RdlObjectModel..::..RadialScale
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class RadialScale _
Inherits GaugeScale
'Uso
Dim instance As RadialScale
public class RadialScale : GaugeScale
public ref class RadialScale : public GaugeScale
type RadialScale =
class
inherit GaugeScale
end
public class RadialScale extends GaugeScale
O tipo RadialScale expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ActionInfo | Actions for the scale. (Herdado de GaugeScale.) | |
ComponentMetadata | The component metadata. (Herdado de ReportObject.) | |
CustomLabels | Custom labels for the scale. (Herdado de GaugeScale.) | |
GaugeMajorTickMarks | Major tickmarks to display on the scale. (Herdado de GaugeScale.) | |
GaugeMinorTickMarks | Minor tickmarks to display on the scale. (Herdado de GaugeScale.) | |
GaugePointers | Pointers to display on the scale. (Herdado de GaugeScale.) | |
Hidden | Indicates the scale is hidden. (Herdado de GaugeScale.) | |
Interval | Default interval between tick marks and labels. (Herdado de GaugeScale.) | |
IntervalOffset | Default offset for the first tick mark and label. (Herdado de GaugeScale.) | |
Logarithmic | Indicates the scale is logarithmic. (Herdado de GaugeScale.) | |
LogarithmicBase | Base to use for logarithmic scale. (Herdado de GaugeScale.) | |
MaximumPin | Maximum value at which a pointer on the scale will stop. (Herdado de GaugeScale.) | |
MaximumValue | Maximum value for the scale. (Herdado de GaugeScale.) | |
MinimumPin | Minimum value at which a pointer on the scale will stop. (Herdado de GaugeScale.) | |
MinimumValue | Minimum value for the scale. (Herdado de GaugeScale.) | |
Multiplier | Amount by which the gauge value is multiplied before it is displayed. (Herdado de GaugeScale.) | |
Name | (Herdado de GaugeScale.) | |
Parent | The parent of this report object. (Herdado de ReportObjectBase.) | |
Radius | Radius of the scale as a percentage of the gauge. | |
Reversed | Indicates the direction of the scale is reversed. (Herdado de GaugeScale.) | |
ScaleLabels | Labels to display on the scale. (Herdado de GaugeScale.) | |
ScaleRanges | Ranges to display on the scale. (Herdado de GaugeScale.) | |
Site | Infraestrutura. (Herdado de ReportObject.) | |
StartAngle | The start angle of the scale in degrees (0-360). | |
Style | Gets the style properties of this report definition object. (Herdado de GaugeScale.) | |
SweepAngle | The sweep angle of the scale in degrees (0-360). | |
TickMarksOnTop | Indicates tick marks should be drawn atop pointers. (Herdado de GaugeScale.) | |
ToolTip | Tool tip text for the scale. (Herdado de GaugeScale.) | |
Width | Width of the scale bar, as a percent of the size of the gauge. (Herdado de GaugeScale.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. (Herdado de ReportObject.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetContainingDataScopes | Infraestrutura. (Herdado de ReportObject.) | |
GetDataScopesForDefaultImpl | Infraestrutura. (Herdado de ReportObject.) | |
GetDependenciesCore | Infraestrutura. (Herdado de ReportObject.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
Initialize | Initializes an instance of the RadialScale class. (Substitui GaugeScale. . :: . .Initialize() () () ().) | |
InitializeForDesigner | Infraestrutura. (Herdado de ReportObject.) | |
MemberwiseClone | (Herdado de Object.) | |
OnChildPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
OnPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
RdlSemanticEqualsCore | Infraestrutura. (Herdado de ReportObject.) | |
SavePropertyValue< (Of < <' (T> ) > > ) | Infraestrutura. (Herdado de ReportObject.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IDisposable. . :: . .Dispose | (Herdado de ReportObject.) | |
IComponent. . :: . .Disposed | (Herdado de ReportObject.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.