Udostępnij przez


Właściwość ChartDataLabel.Rotation

Pobiera wyrażenie definiującego kąt obrotu tekstu etykiety.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Rotation As ReportIntProperty
    Get
'Użycie
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