共用方式為


PaddingBottom 屬性

Padding between the bottom edge of the report item and its contents.

命名空間:  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>)