VerticalAlign 속성
Vertical alignment of the text.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property VerticalAlign As ReportExpression(Of VerticalAlignments)
Get
Set
‘사용 방법
Dim instance As Style
Dim value As ReportExpression(Of VerticalAlignments)
value = instance.VerticalAlign
instance.VerticalAlign = value
public ReportExpression<VerticalAlignments> VerticalAlign { get; set; }
public:
property ReportExpression<VerticalAlignments> VerticalAlign {
ReportExpression<VerticalAlignments> get ();
void set (ReportExpression<VerticalAlignments> value);
}
member VerticalAlign : ReportExpression<VerticalAlignments> with get, set
function get VerticalAlign () : ReportExpression<VerticalAlignments>
function set VerticalAlign (value : ReportExpression<VerticalAlignments>)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'VerticalAlignments> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.