Partilhar via


Propriedade do RDL _HangingIndent

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no 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