ChartAlignTypeInstance-Klasse
Represents an instance type of the ChartAlignType class, and contains the calculated values of the properties in ChartAlignType.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.ChartAlignTypeInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ChartAlignTypeInstance _
Inherits BaseInstance
'Usage
Dim instance As ChartAlignTypeInstance
public sealed class ChartAlignTypeInstance : BaseInstance
public ref class ChartAlignTypeInstance sealed : public BaseInstance
[<SealedAttribute>]
type ChartAlignTypeInstance =
class
inherit BaseInstance
end
public final class ChartAlignTypeInstance extends BaseInstance
Der ChartAlignTypeInstance-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
AxesView | Gets the calculated value of the AxesView property in a ChartAlignType class. | |
Cursor | Gets the calculated value of the Cursor property in a ChartAlignType class. | |
InnerPlotPosition | Gets the calculated value of the InnerPlotPosition property in a ChartAlignType class. | |
Position | Gets the calculated value of the Position property in a ChartAlignType class. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
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