次の方法で共有


ChartTitle.TextOrientation プロパティ

テキストの向きに評価される式を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property TextOrientation As ReportEnumProperty(Of TextOrientations)
    Get
'使用
Dim instance As ChartTitle 
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>
ReportEnumProperty<EnumType> オブジェクトです。

関連項目

参照

ChartTitle クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間