Compartir a través de


CustomLabelInstance.RotateLabel Propiedad

Gets the calculated value of the RotateLabel property in a CustomLabel class.

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

Sintaxis

'Declaración
Public ReadOnly Property RotateLabel As Boolean 
    Get
'Uso
Dim instance As CustomLabelInstance 
Dim value As Boolean 

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

Valor de la propiedad

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

Vea también

Referencia

CustomLabelInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering