Compartir a través de


RotateLabel Propiedad

Indicates the text rotates along with the scale.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property RotateLabel As ReportExpression(Of Boolean)
    Get
    Set
'Uso
Dim instance As PinLabel
Dim value As ReportExpression(Of Boolean)

value = instance.RotateLabel

instance.RotateLabel = value
public ReportExpression<bool> RotateLabel { get; set; }
public:
property ReportExpression<bool> RotateLabel {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member RotateLabel : ReportExpression<bool> with get, set
function get RotateLabel () : ReportExpression<boolean>
function set RotateLabel (value : ReportExpression<boolean>)