Compartir a través de


RotateLabel Propiedad

Gets an expression that evaluates to a value that indicates whether the text rotates along with the scale.

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

Sintaxis

'Declaración
Public ReadOnly Property RotateLabel As ReportBoolProperty
    Get
'Uso
Dim instance As CustomLabel
Dim value As ReportBoolProperty

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