Partilhar via


Propriedade _HangingIndent

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public ReadOnly Property _HangingIndent As ReportSize
    Get
'Uso
Dim instance As Paragraph
Dim value As ReportSize

value = instance._HangingIndent
public ReportSize _HangingIndent { get; }
public:
property ReportSize _HangingIndent {
    ReportSize get ();
}
member _HangingIndent : ReportSize
function get _HangingIndent () : ReportSize