次の方法で共有


StyleBaseInstance.PaddingBottom プロパティ

StyleBase クラスの PaddingBottom プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public MustOverride Property PaddingBottom As ReportSize 
    Get 
    Set
'使用
Dim instance As StyleBaseInstance 
Dim value As ReportSize 

value = instance.PaddingBottom

instance.PaddingBottom = value
public abstract ReportSize PaddingBottom { get; set; }
public:
virtual property ReportSize^ PaddingBottom {
    ReportSize^ get () abstract;
    void set (ReportSize^ value) abstract;
}
abstract PaddingBottom : ReportSize with get, set
abstract function get PaddingBottom () : ReportSize 
abstract function set PaddingBottom (value : ReportSize)

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
PaddingBottom プロパティの計算値を表す ReportSize 値。

関連項目

参照

StyleBaseInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間