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 or sets a value that indicates the step by which axis labels can be incrementally rotated to fit within the chart.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property AllowLabelRotation As ReportExpression(Of ChartLabelRotationTypes)
Get
Set
'Utilisation
Dim instance As ChartAxis
Dim value As ReportExpression(Of ChartLabelRotationTypes)
value = instance.AllowLabelRotation
instance.AllowLabelRotation = value
public ReportExpression<ChartLabelRotationTypes> AllowLabelRotation { get; set; }
public:
property ReportExpression<ChartLabelRotationTypes> AllowLabelRotation {
ReportExpression<ChartLabelRotationTypes> get ();
void set (ReportExpression<ChartLabelRotationTypes> value);
}
member AllowLabelRotation : ReportExpression<ChartLabelRotationTypes> with get, set
function get AllowLabelRotation () : ReportExpression<ChartLabelRotationTypes>
function set AllowLabelRotation (value : ReportExpression<ChartLabelRotationTypes>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartLabelRotationTypes>
A ReportExpression<T> object.