Paragraph.RightIndent プロパティ
テキスト ボックスの右端からの (右余白は含まない) インデントとして評価される式を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Overridable ReadOnly Property RightIndent As ReportSizeProperty
Get
'使用
Dim instance As Paragraph
Dim value As ReportSizeProperty
value = instance.RightIndent
public virtual ReportSizeProperty RightIndent { get; }
public:
virtual property ReportSizeProperty^ RightIndent {
ReportSizeProperty^ get ();
}
abstract RightIndent : ReportSizeProperty
override RightIndent : ReportSizeProperty
function get RightIndent () : ReportSizeProperty
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
テキスト ボックスの右端からの (右余白を含まない) インデントを表す ReportSizeProperty オブジェクト。