Freigeben über


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
Öffentliche Eigenschaft AxesView Gets the calculated value of the AxesView property in a ChartAlignType class.
Öffentliche Eigenschaft Cursor Gets the calculated value of the Cursor property in a ChartAlignType class.
Öffentliche Eigenschaft InnerPlotPosition Gets the calculated value of the InnerPlotPosition property in a ChartAlignType class.
Öffentliche Eigenschaft Position Gets the calculated value of the Position property in a ChartAlignType class.

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