PaddingBottom プロパティ
Style クラスの PaddingBottom プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Overrides Property PaddingBottom As ReportSize
Get
Set
'使用
Dim instance As StyleInstance
Dim value As ReportSize
value = instance.PaddingBottom
instance.PaddingBottom = value
public override ReportSize PaddingBottom { get; set; }
public:
virtual property ReportSize^ PaddingBottom {
ReportSize^ get () override;
void set (ReportSize^ value) override;
}
abstract PaddingBottom : ReportSize with get, set
override PaddingBottom : ReportSize with get, set
override function get PaddingBottom () : ReportSize
override function set PaddingBottom (value : ReportSize)
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
PaddingBottom プロパティの計算値を表す ReportSize 値。