TextOrientation 속성
Gets the calculated value of the TextOrientation property in a ChartTitle class.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property TextOrientation As TextOrientations
Get
‘사용 방법
Dim instance As ChartTitleInstance
Dim value As TextOrientations
value = instance.TextOrientation
public TextOrientations TextOrientation { get; }
public:
property TextOrientations TextOrientation {
TextOrientations get ();
}
member TextOrientation : TextOrientations
function get TextOrientation () : TextOrientations
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TextOrientations
A TextOrientations value that represents the calculated value of the TextOrientation property.