Style.Direction 属性

定义

获取一个表达式,该表达式的计算结果为指示文本是从左向右书写还是从右向左书写的值。

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

属性值

一个 ReportEnumProperty<EnumType> 对象,它表示指示文本是从左向右书写还是从右向左书写的值。

适用于