Freigeben über


ChartDataLabel.Rotation-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property Rotation As ReportIntProperty 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

ChartDataLabel Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace