ChartAxisTitle.TextOrientation 屬性
Gets an expression that evaluates to a value that indicates the orientation of the text.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property TextOrientation As ReportEnumProperty(Of TextOrientations)
Get
'用途
Dim instance As ChartAxisTitle
Dim value As ReportEnumProperty(Of TextOrientations)
value = instance.TextOrientation
public ReportEnumProperty<TextOrientations> TextOrientation { get; }
public:
property ReportEnumProperty<TextOrientations>^ TextOrientation {
ReportEnumProperty<TextOrientations>^ get ();
}
member TextOrientation : ReportEnumProperty<TextOrientations>
function get TextOrientation () : ReportEnumProperty<TextOrientations>
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<TextOrientations>
A ReportEnumProperty<EnumType> object.