다음을 통해 공유


Style.TextAlign 속성

정의

텍스트의 가로 맞춤을 가져오거나 설정합니다.

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

속성 값

ReportExpression<T> 개체입니다.

적용 대상