Freigeben über


PointerCap-Klasse

Represents a pointer cap for a radial gauge.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.PointerCap

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

Syntax

'Declaration
Public NotInheritable Class PointerCap _
    Implements IROMStyleDefinitionContainer
'Usage
Dim instance As PointerCap
public sealed class PointerCap : IROMStyleDefinitionContainer
public ref class PointerCap sealed : IROMStyleDefinitionContainer
[<SealedAttribute>]
type PointerCap =  
    class 
        interface IROMStyleDefinitionContainer 
    end
public final class PointerCap implements IROMStyleDefinitionContainer

Der PointerCap-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CapImage Gets the image to use for the pointer cap.
Öffentliche Eigenschaft CapStyle Gets an expression that evaluates to the type of the cap.
Öffentliche Eigenschaft Hidden Gets an expression that evaluates to a value that indicates whether the cap is hidden.
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft OnTop Gets an expression that evaluates to a value that indicates whether the cap is displayed on top of the pointer.
Öffentliche Eigenschaft Reflection Gets an expression that evaluates to a value that indicates whether the cap has a reflection effect.
Öffentliche Eigenschaft Style Gets the style properties of this report definition object.
Öffentliche Eigenschaft Width Gets an expression that evaluates to the width of the cap, as a percent of the scale radius.

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