Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a value that indicates in which directions the chart area should be aligned with the target chart area.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AlignOrientation As ReportEnumProperty(Of ChartAreaAlignOrientations)
Get
'Utilisation
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>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAreaAlignOrientations>
A ReportEnumProperty<EnumType> object.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering