Compartilhar via


Propriedade do RDL Paragraph.HangingIndent

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Overridable ReadOnly Property HangingIndent As ReportSizeProperty 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that indicates the first line indent or hanging line indent for the paragraph.

Consulte também

Referência

Paragraph Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering