Udostępnij przez


Właściwość ChartStripLine.TitleAngle

Uwaga: ten interfejs API jest już nieaktualny.

Pobiera kąt tekstu tytułu.

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

Składnia

'Deklaracja
<ObsoleteAttribute("Use TextOrientation instead.")> _
Public ReadOnly Property TitleAngle As ReportIntProperty
    Get
'Użycie
Dim instance As ChartStripLine
Dim value As ReportIntProperty

value = instance.TitleAngle
[ObsoleteAttribute("Use TextOrientation instead.")]
public ReportIntProperty TitleAngle { get; }
[ObsoleteAttribute(L"Use TextOrientation instead.")]
public:
property ReportIntProperty^ TitleAngle {
    ReportIntProperty^ get ();
}
[<ObsoleteAttribute("Use TextOrientation instead.")>]
member TitleAngle : ReportIntProperty
function get TitleAngle () : ReportIntProperty