ChartTitle-Klasse
Represents a title for the chart.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..ChartTitle
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class ChartTitle _
Inherits ReportObject _
Implements INamedObject
'Usage
Dim instance As ChartTitle
public class ChartTitle : ReportObject, INamedObject
public ref class ChartTitle : public ReportObject,
INamedObject
type ChartTitle =
class
inherit ReportObject
interface INamedObject
end
public class ChartTitle extends ReportObject implements INamedObject
Der ChartTitle-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ChartTitle | Creates a new instance of the ChartTitle class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ActionInfo | Actions for the title. | |
Caption | Caption of the title. | |
CaptionLocID | The unique identifier for the Caption property. | |
ChartElementPosition | Defines a custom position for the title. | |
ComponentMetadata | The component metadata. (Geerbt von ReportObject.) | |
DockOffset | Offset from the dock location, as a percentage of the chart size. | |
DockOutsideChartArea | Indicates the title should be docked outside the chart area rather than inside the chart area. | |
DockToChartArea | Name of the chart area on which to draw the title. | |
Hidden | Indicates the title should be hidden. | |
Name | The chart title name. | |
Parent | The parent of this report object. (Geerbt von ReportObjectBase.) | |
Position | The position of the title. | |
Site | Infrastruktur (Geerbt von ReportObject.) | |
Style | Gets the style properties of this report definition object. | |
TextOrientation | Indicates the orientation of the text. | |
ToolTip | Tool tip to display for the title. | |
ToolTipLocID | The unique identifier for the ToolTip property. |
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 ChartTitle 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.