Udostępnij przez


Właściwość Paragraph.HangingIndent

Pobiera wyrażenie wartość wskazuje wcięcie pierwszego wiersza lub wysunięcie wiersza akapitu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Overridable ReadOnly Property HangingIndent As ReportSizeProperty
    Get
'Użycie
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