Freigeben über


LinearPointer-Klasse

Represents a linear pointer to be drawn against a linear scale.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.GaugePointer
      Microsoft.ReportingServices.OnDemandReportRendering.LinearPointer

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class LinearPointer _
    Inherits GaugePointer
'Usage
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

Der LinearPointer-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ActionInfo Gets the actions for the pointer. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft BarStart Gets a value that indicates where the Bar pointer starts. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft CompiledInstances Gets the compiled instances of a gauge pointer. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft 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). (Geerbt von GaugePointer.)
Öffentliche Eigenschaft FieldsUsedInValueExpression Gets the fields used in a value expression. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft GaugeInputValue Gets the value to use for the pointer. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Hidden Gets a value that indicates whether the pointer is hidden. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft MarkerLength Gets the length of the marker as a percentage of the parent scale radius. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft MarkerStyle Gets the type of the marker. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Name Gets the name of the gauge pointer. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Placement Gets a value that determines where the pointer should be placed relative to the scale. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft PointerImage Gets the image to use for the pointer. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft SnappingEnabled Gets a value that indicates whether values should round to the snapping interval. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft SnappingInterval Gets the interval to which the values should round to. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Style Gets the style properties of this report definition object. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Thermometer Thermometer style properties.
Öffentliche Eigenschaft ToolTip Gets the tool tip text for the pointer. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Type Type of pointer.
Öffentliche Eigenschaft UniqueName Gets the unique identifier for this report definition object. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Width Gets the width of the pointer, as a percentage of the scale size (radius for radial scales, width for linear scales). (Geerbt von GaugePointer.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace