Condividi tramite


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
Proprietà pubblica ActionInfo Gets the actions for the pointer. Ereditato da GaugePointer.
Proprietà pubblica BarStart Gets a value that indicates where the Bar pointer starts. Ereditato da GaugePointer.
Proprietà pubblica CompiledInstances Gets the compiled instances of a gauge pointer. Ereditato da GaugePointer.
Proprietà pubblica 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.
Proprietà pubblica FieldsUsedInValueExpression Gets the fields used in a value expression. Ereditato da GaugePointer.
Proprietà pubblica GaugeInputValue Gets the value to use for the pointer. Ereditato da GaugePointer.
Proprietà pubblica Hidden Gets a value that indicates whether the pointer is hidden. Ereditato da GaugePointer.
Proprietà pubblica Instance Gets the report instance object that contains the calculated values of this report definition object.
Proprietà pubblica MarkerLength Gets the length of the marker as a percentage of the parent scale radius. Ereditato da GaugePointer.
Proprietà pubblica MarkerStyle Gets the type of the marker. Ereditato da GaugePointer.
Proprietà pubblica Name Gets the name of the gauge pointer. Ereditato da GaugePointer.
Proprietà pubblica Placement Gets a value that determines where the pointer should be placed relative to the scale. Ereditato da GaugePointer.
Proprietà pubblica PointerImage Gets the image to use for the pointer. Ereditato da GaugePointer.
Proprietà pubblica SnappingEnabled Gets a value that indicates whether values should round to the snapping interval. Ereditato da GaugePointer.
Proprietà pubblica SnappingInterval Gets the interval to which the values should round to. Ereditato da GaugePointer.
Proprietà pubblica Style Gets the style properties of this report definition object. Ereditato da GaugePointer.
Proprietà pubblica Thermometer Thermometer style properties.
Proprietà pubblica ToolTip Gets the tool tip text for the pointer. Ereditato da GaugePointer.
Proprietà pubblica Type Type of pointer.
Proprietà pubblica UniqueName Gets the unique identifier for this report definition object. Ereditato da GaugePointer.
Proprietà pubblica 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
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico 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