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