Style.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>)