次の方法で共有


Style.VerticalAlign プロパティ

テキストの縦方向の配置を取得または設定します。

名前空間:  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<VerticalAlignments>
ReportExpression<T> オブジェクト。

関連項目

参照

Style クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間