Partilhar via


Propriedade do RDL Paragraph._HangingIndent

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Get or sets a value that indicates the first line indent or hanging line indent for the paragraph.

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportExpression<T> object.

Consulte também

Referência

Paragraph Classe

Namespace Microsoft.ReportingServices.RdlObjectModel