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