Compartir a través de


ScaleLabelsInstance.RotateLabels Propiedad

Gets the calculated value of the RotateLabels property in a ScaleLabels class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property RotateLabels As Boolean 
    Get
'Uso
Dim instance As ScaleLabelsInstance 
Dim value As Boolean 

value = instance.RotateLabels
public bool RotateLabels { get; }
public:
property bool RotateLabels {
    bool get ();
}
member RotateLabels : bool
function get RotateLabels () : boolean

Valor de la propiedad

Tipo: System.Boolean
A Boolean value that represents the calculated value of the RotateLabels property.

Vea también

Referencia

ScaleLabelsInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering