Compartilhar via


Propriedade do RDL CustomLabel.RotateLabel

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Consulte também

Referência

CustomLabel Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering