次の方法で共有


Style.PaddingRight プロパティ

レポート アイテムの右端とそのコンテンツとの間の余白に評価される式を取得します。

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

構文

'宣言
Public Overrides ReadOnly Property PaddingRight As ReportSizeProperty 
    Get
'使用
Dim instance As Style 
Dim value As ReportSizeProperty 

value = instance.PaddingRight
public override ReportSizeProperty PaddingRight { get; }
public:
virtual property ReportSizeProperty^ PaddingRight {
    ReportSizeProperty^ get () override;
}
abstract PaddingRight : ReportSizeProperty 
override PaddingRight : ReportSizeProperty
override function get PaddingRight () : ReportSizeProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
レポート アイテムの右端とそのコンテンツとの間の余白を表す ReportSizeProperty オブジェクト。

関連項目

参照

Style クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間