Classe LinearPointer
Represents a linear pointer to be drawn against a linear scale.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.GaugePointer
Microsoft.ReportingServices.OnDemandReportRendering.LinearPointer
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class LinearPointer _
Inherits GaugePointer
'Utilizzo
Dim instance As LinearPointer
public sealed class LinearPointer : GaugePointer
public ref class LinearPointer sealed : public GaugePointer
[<SealedAttribute>]
type LinearPointer =
class
inherit GaugePointer
end
public final class LinearPointer extends GaugePointer
Nel tipo LinearPointer sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
ActionInfo | Gets the actions for the pointer. Ereditato da GaugePointer. |
![]() |
BarStart | Gets a value that indicates where the Bar pointer starts. Ereditato da GaugePointer. |
![]() |
CompiledInstances | Gets the compiled instances of a gauge pointer. Ereditato da GaugePointer. |
![]() |
DistanceFromScale | Gets the distance from the tip of the pointer to the scale, as a percentage of the scale size (radius for radial scales, length for linear scales). Ereditato da GaugePointer. |
![]() |
FieldsUsedInValueExpression | Gets the fields used in a value expression. Ereditato da GaugePointer. |
![]() |
GaugeInputValue | Gets the value to use for the pointer. Ereditato da GaugePointer. |
![]() |
Hidden | Gets a value that indicates whether the pointer is hidden. Ereditato da GaugePointer. |
![]() |
Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() |
MarkerLength | Gets the length of the marker as a percentage of the parent scale radius. Ereditato da GaugePointer. |
![]() |
MarkerStyle | Gets the type of the marker. Ereditato da GaugePointer. |
![]() |
Name | Gets the name of the gauge pointer. Ereditato da GaugePointer. |
![]() |
Placement | Gets a value that determines where the pointer should be placed relative to the scale. Ereditato da GaugePointer. |
![]() |
PointerImage | Gets the image to use for the pointer. Ereditato da GaugePointer. |
![]() |
SnappingEnabled | Gets a value that indicates whether values should round to the snapping interval. Ereditato da GaugePointer. |
![]() |
SnappingInterval | Gets the interval to which the values should round to. Ereditato da GaugePointer. |
![]() |
Style | Gets the style properties of this report definition object. Ereditato da GaugePointer. |
![]() |
Thermometer | Thermometer style properties. |
![]() |
ToolTip | Gets the tool tip text for the pointer. Ereditato da GaugePointer. |
![]() |
Type | Type of pointer. |
![]() |
UniqueName | Gets the unique identifier for this report definition object. Ereditato da GaugePointer. |
![]() |
Width | Gets the width of the pointer, as a percentage of the scale size (radius for radial scales, width for linear scales). Ereditato da GaugePointer. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering