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 the step by which axis labels can be incrementally rotated to fit within the chart.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AllowLabelRotation As ReportEnumProperty(Of ChartAxisLabelRotation)
Get
'Utilisation
Dim instance As ChartAxis
Dim value As ReportEnumProperty(Of ChartAxisLabelRotation)
value = instance.AllowLabelRotation
public ReportEnumProperty<ChartAxisLabelRotation> AllowLabelRotation { get; }
public:
property ReportEnumProperty<ChartAxisLabelRotation>^ AllowLabelRotation {
ReportEnumProperty<ChartAxisLabelRotation>^ get ();
}
member AllowLabelRotation : ReportEnumProperty<ChartAxisLabelRotation>
function get AllowLabelRotation () : ReportEnumProperty<ChartAxisLabelRotation>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAxisLabelRotation>
A ReportEnumProperty<EnumType> object.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering