Style.PaddingBottom 属性

定义

获取一个表达式,该表达式的计算结果为报表项下边缘与其内容之间的填充量。

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportSizeProperty ^ PaddingBottom { Microsoft::ReportingServices::OnDemandReportRendering::ReportSizeProperty ^ get(); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty PaddingBottom { get; }
member this.PaddingBottom : Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
Public Overrides ReadOnly Property PaddingBottom As ReportSizeProperty

属性值

一个 ReportSizeProperty 对象,它表示报表项下边缘与其内容之间的填充量。

适用于