Partilhar via


Propriedade do RDL ChartDataLabel.Rotation

Gets an expression that evaluates to the angle of rotation of the label text.

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

Sintaxe

'Declaração
Public ReadOnly Property Rotation As ReportIntProperty 
    Get
'Uso
Dim instance As ChartDataLabel 
Dim value As ReportIntProperty 

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

Valor da propriedade

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

Consulte também

Referência

ChartDataLabel Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering