次の方法で共有


StyleBase.PaddingLeft プロパティ

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

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

構文

'宣言
Public MustOverride ReadOnly Property PaddingLeft As ReportSizeProperty 
    Get
'使用
Dim instance As StyleBase 
Dim value As ReportSizeProperty 

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

プロパティ値

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

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間