Freigeben über


PinLabel-Klasse

Represents a label for a pin value at one end of a scale.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
      Microsoft.ReportingServices.RdlObjectModel..::..PinLabel

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class PinLabel _
    Inherits ReportObject
'Usage
Dim instance As PinLabel
public class PinLabel : ReportObject
public ref class PinLabel : public ReportObject
type PinLabel =  
    class
        inherit ReportObject
    end
public class PinLabel extends ReportObject

Der PinLabel-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode PinLabel Creates a new instance of the PinLabel class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllowUpsideDown Indicates the label can be rotated by more than 90 degrees.
Öffentliche Eigenschaft ComponentMetadata The component metadata. (Geerbt von ReportObject.)
Öffentliche Eigenschaft DistanceFromScale Distance from the label to the scale, as a percentage of the scale size (radius for radial scales, length for linear scales).
Öffentliche Eigenschaft FontAngle Angle of rotation for the text.
Öffentliche Eigenschaft Parent The parent of this report object. (Geerbt von ReportObjectBase.)
Öffentliche Eigenschaft Placement Determines where the label should be placed relative to the scale.
Öffentliche Eigenschaft RotateLabel Indicates the text rotates along with the scale.
Öffentliche Eigenschaft Site Infrastruktur (Geerbt von ReportObject.)
Öffentliche Eigenschaft Style Gets the style properties of this report definition object.
Öffentliche Eigenschaft Text Text of the label.
Öffentliche Eigenschaft UseFontPercent Determines if the font size is measured as a percentage of the parent or in units specified.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode DeepClone Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetContainingDataScopes Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode GetDataScopesForDefaultImpl Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode GetDependenciesCore Infrastruktur (Geerbt von ReportObject.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Initialize Initializes an instance of the PinLabel class. (Überschreibt ReportObject. . :: . .Initialize() () () ().)
Geschützte Methode InitializeForDesigner Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode OnChildPropertyChanged Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode OnPropertyChanged Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode RdlSemanticEqualsCore Infrastruktur (Geerbt von ReportObject.)
Geschützte Methode SavePropertyValue< (Of < <' (T> ) > > ) Infrastruktur (Geerbt von ReportObject.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IDisposable. . :: . .Dispose (Geerbt von ReportObject.)
Explizite SchnittstellenimplementierungPrivates Ereignis IComponent. . :: . .Disposed (Geerbt von ReportObject.)

Zum Anfang

Threadsicherheit

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