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