Freigeben über


Paragraph._HangingIndent-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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 (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

Paragraph Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace