Propriedade do RDL ChartAxisInstance.AllowLabelRotation
Gets the calculated value of the AllowLabelRotation property in a ChartAxis class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property AllowLabelRotation As ChartAxisLabelRotation
Get
'Uso
Dim instance As ChartAxisInstance
Dim value As ChartAxisLabelRotation
value = instance.AllowLabelRotation
public ChartAxisLabelRotation AllowLabelRotation { get; }
public:
property ChartAxisLabelRotation AllowLabelRotation {
ChartAxisLabelRotation get ();
}
member AllowLabelRotation : ChartAxisLabelRotation
function get AllowLabelRotation () : ChartAxisLabelRotation
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisLabelRotation
A ChartAxisLabelRotation value that represents the calculated value of the AllowLabelRotation property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering