Partilhar via


Propriedade do RDL ScaleLabels.RotateLabels

Indicates the text rotates along with the scale.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property RotateLabels As ReportExpression(Of Boolean)
    Get 
    Set
'Uso
Dim instance As ScaleLabels 
Dim value As ReportExpression(Of Boolean)

value = instance.RotateLabels

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.

Consulte também

Referência

ScaleLabels Classe

Namespace Microsoft.ReportingServices.RdlObjectModel