다음을 통해 공유


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> 개체입니다.

적용 대상