PaddingBottom プロパティ
レポート アイテムの下端とそのコンテンツとの間の余白に評価される式を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Overrides ReadOnly Property PaddingBottom As ReportSizeProperty
Get
'使用
Dim instance As Style
Dim value As ReportSizeProperty
value = instance.PaddingBottom
public override ReportSizeProperty PaddingBottom { get; }
public:
virtual property ReportSizeProperty^ PaddingBottom {
ReportSizeProperty^ get () override;
}
abstract PaddingBottom : ReportSizeProperty
override PaddingBottom : ReportSizeProperty
override function get PaddingBottom () : ReportSizeProperty