Udostępnij przez


Właściwość ScaleLabels.FontAngle

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

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

Składnia

'Deklaracja
Public ReadOnly Property FontAngle As ReportDoubleProperty
    Get
'Użycie
Dim instance As ScaleLabels
Dim value As ReportDoubleProperty

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