次の方法で共有


Style.PaddingBottom プロパティ

レポート アイテムの下端とそのコンテンツ間の余白を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property PaddingBottom As ReportExpression(Of ReportSize)
    Get 
    Set
'使用
Dim instance As Style 
Dim value As ReportExpression(Of ReportSize)

value = instance.PaddingBottom

instance.PaddingBottom = value
public ReportExpression<ReportSize> PaddingBottom { get; set; }
public:
property ReportExpression<ReportSize> PaddingBottom {
    ReportExpression<ReportSize> get ();
    void set (ReportExpression<ReportSize> value);
}
member PaddingBottom : ReportExpression<ReportSize> with get, set
function get PaddingBottom () : ReportExpression<ReportSize>
function set PaddingBottom (value : ReportExpression<ReportSize>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
ReportExpression<T> オブジェクト。

関連項目

参照

Style クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間