次の方法で共有


Paragraph.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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
段落の最初の行のインデントまたはぶら下げインデントを示す ReportSizeProperty オブジェクト。

関連項目

参照

Paragraph クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間