Style.Direction 属性

定义

获取或设置一个值,该值指示文本是从左向右书写还是从右向左书写的值。

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::TextDirections> Direction { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::TextDirections> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::TextDirections> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.TextDirections> Direction { get; set; }
member this.Direction : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.TextDirections> with get, set
Public Property Direction As ReportExpression(Of TextDirections)

属性值

ReportExpression<T> 对象。

适用于