Clase LinearScale
Represents a linear scale to be drawn within a linear gauge.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.GaugeScale
Microsoft.ReportingServices.OnDemandReportRendering.LinearScale
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class LinearScale _
Inherits GaugeScale
'Uso
Dim instance As LinearScale
public sealed class LinearScale : GaugeScale
public ref class LinearScale sealed : public GaugeScale
[<SealedAttribute>]
type LinearScale =
class
inherit GaugeScale
end
public final class LinearScale extends GaugeScale
El tipo LinearScale expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
ActionInfo | Actions for the scale. (Se hereda de GaugeScale.) | |
CustomLabels | Custom labels for the scale. (Se hereda de GaugeScale.) | |
EndMargin | Distance between the end of the gauge and the end of the scale, as a percentage of the size of the gauge. | |
FieldsUsedInValueExpression | Gets the fields used in a value expression. (Se hereda de GaugeScale.) | |
GaugeMajorTickMarks | Major tickmarks to display on the scale. (Se hereda de GaugeScale.) | |
GaugeMinorTickMarks | Minor tickmarks to display on the scale. (Se hereda de GaugeScale.) | |
GaugePointers | Gets the pointers on the scale. | |
Hidden | Indicates the scale is hidden. (Se hereda de GaugeScale.) | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Interval | Default interval between tick marks and labels. (Se hereda de GaugeScale.) | |
IntervalOffset | Default offset for the first tick mark and label. (Se hereda de GaugeScale.) | |
Logarithmic | Indicates the scale is logarithmic. (Se hereda de GaugeScale.) | |
LogarithmicBase | Base to use for logarithmic scale. (Se hereda de GaugeScale.) | |
MaximumPin | Maximum value at which a pointer on the scale will stop. (Se hereda de GaugeScale.) | |
MaximumValue | Maximum value for the scale. (Se hereda de GaugeScale.) | |
MinimumPin | Minimum value at which a pointer on the scale will stop. (Se hereda de GaugeScale.) | |
MinimumValue | Minimum value for the scale. (Se hereda de GaugeScale.) | |
Multiplier | Amount by which the gauge value is multiplied before being displayed. (Se hereda de GaugeScale.) | |
Name | Name of the gauge scale. (Se hereda de GaugeScale.) | |
Position | Position of the scale, as a percentage of the size of the gauge (height for horizontal gauges, width for vertical gauges). | |
Reversed | Indicates the direction of the scale is reversed. (Se hereda de GaugeScale.) | |
ScaleLabels | Labels to display on the scale. (Se hereda de GaugeScale.) | |
ScaleRanges | Ranges to display on the scale. (Se hereda de GaugeScale.) | |
StartMargin | Distance between the start of the gauge and the start of the scale, as a percentage of the size of the gauge. | |
Style | Gets the style properties of this report definition object. (Se hereda de GaugeScale.) | |
TickMarksOnTop | Indicates tick marks should be drawn above pointers. (Se hereda de GaugeScale.) | |
ToolTip | Tool tip text for the scale. (Se hereda de GaugeScale.) | |
UniqueName | Gets the unique identifier for this report definition object. (Se hereda de GaugeScale.) | |
Width | Width of the scale bar, as a percent of the size of the gauge (Se hereda de GaugeScale.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering