HangingIndent プロパティ

段落の最初の行のインデントまたはぶら下げインデントを示します。

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

構文

'宣言
Public Overridable ReadOnly Property HangingIndent As ReportSizeProperty
    Get
'使用
Dim instance As Paragraph
Dim value As ReportSizeProperty

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