다음을 통해 공유


TitleAngle 속성

참고: 이 API는 더 이상 사용되지 않습니다.

Gets the angle of the title text.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
<ObsoleteAttribute("Use TextOrientation instead.")> _
Public ReadOnly Property TitleAngle As ReportIntProperty
    Get
‘사용 방법
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