Proprietà Paragraph._HangingIndent

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property _HangingIndent As ReportSize 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Paragraph Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel