Paragraph._HangingIndent Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportSize
A ReportExpression<T> object.