Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value that indicates in which directions the chart area should be aligned with the target chart area.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property AlignOrientation As ReportEnumProperty(Of ChartAreaAlignOrientations)
Get
'Usage
Dim instance As ChartArea
Dim value As ReportEnumProperty(Of ChartAreaAlignOrientations)
value = instance.AlignOrientation
public ReportEnumProperty<ChartAreaAlignOrientations> AlignOrientation { get; }
public:
property ReportEnumProperty<ChartAreaAlignOrientations>^ AlignOrientation {
ReportEnumProperty<ChartAreaAlignOrientations>^ get ();
}
member AlignOrientation : ReportEnumProperty<ChartAreaAlignOrientations>
function get AlignOrientation () : ReportEnumProperty<ChartAreaAlignOrientations>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAreaAlignOrientations>
A ReportEnumProperty<EnumType> object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace