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.
Eigenschaften
Name | Beschreibung | |
---|---|---|
AllowUpsideDown | Indicates the label can be rotated by more than 90 degrees. | |
ComponentMetadata | The component metadata. (Geerbt von ReportObject.) | |
DistanceFromScale | Distance from the label to the scale, as a percentage of the scale size (radius for radial scales, length for linear scales). | |
FontAngle | Angle of rotation for the text. | |
Parent | The parent of this report object. (Geerbt von ReportObjectBase.) | |
Placement | Determines where the label should be placed relative to the scale. | |
RotateLabel | Indicates the text rotates along with the scale. | |
Site | Infrastruktur (Geerbt von ReportObject.) | |
Style | Gets the style properties of this report definition object. | |
Text | Text of the label. | |
UseFontPercent | Determines if the font size is measured as a percentage of the parent or in units specified. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetContainingDataScopes | Infrastruktur (Geerbt von ReportObject.) | |
GetDataScopesForDefaultImpl | Infrastruktur (Geerbt von ReportObject.) | |
GetDependenciesCore | Infrastruktur (Geerbt von ReportObject.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
Initialize | Initializes an instance of the PinLabel class. (Überschreibt ReportObject. . :: . .Initialize() () () ().) | |
InitializeForDesigner | Infrastruktur (Geerbt von ReportObject.) | |
MemberwiseClone | (Geerbt von Object.) | |
OnChildPropertyChanged | Infrastruktur (Geerbt von ReportObject.) | |
OnPropertyChanged | Infrastruktur (Geerbt von ReportObject.) | |
RdlSemanticEqualsCore | Infrastruktur (Geerbt von ReportObject.) | |
SavePropertyValue< (Of < <' (T> ) > > ) | Infrastruktur (Geerbt von ReportObject.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IDisposable. . :: . .Dispose | (Geerbt von ReportObject.) | |
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.