ChartTitleInstance.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.