Поделиться через


Свойство Paragraph.HangingIndent

Gets an expression that evaluates to a value that indicates the first line indent or hanging line indent for the paragraph.

Пространство имен:  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
A ReportSizeProperty object that indicates the first line indent or hanging line indent for the paragraph.

См. также

Справочник

Paragraph Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering