StyleBase.Direction プロパティ

定義

テキストが左から右に書かれているか右から左に書かれているかを示す値に評価される式を得ます。

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::Directions> ^ Direction { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::Directions> ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.Directions> Direction { get; }
member this.Direction : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.Directions>
Public MustOverride ReadOnly Property Direction As ReportEnumProperty(Of Directions)

プロパティ値

テキストが左から右に書かれているか右から左に書かれているかを示す値を表現する ReportEnumProperty<EnumType> オブジェクト。

適用対象