Classe GaugeScale
Represents a scale to be drawn within a gauge.
Hierarquia de herança
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 (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class GaugeScale _
Inherits ReportObject _
Implements INamedObject
'Uso
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
O tipo GaugeScale expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ActionInfo | Actions for the scale. | |
ComponentMetadata | The component metadata. (Herdado de 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. (Herdado de 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 | Infraestrutura. (Herdado de 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. |
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 GaugeScale class. (Substitui ReportObject. . :: . .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.