Style.PaddingTop 属性

定义

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

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

属性值

一个 ReportSizeProperty 对象,表示报表项及其内容的上边缘。

适用于