Share via


Paragraph.LeftIndent Property

Gets or sets the indentation from the left edge of the Textbox, less left padding.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property LeftIndent As ReportExpression(Of ReportSize)
    Get 
    Set
'Usage
Dim instance As Paragraph 
Dim value As ReportExpression(Of ReportSize)

value = instance.LeftIndent

instance.LeftIndent = value
public ReportExpression<ReportSize> LeftIndent { get; set; }
public:
property ReportExpression<ReportSize> LeftIndent {
    ReportExpression<ReportSize> get ();
    void set (ReportExpression<ReportSize> value);
}
member LeftIndent : ReportExpression<ReportSize> with get, set
function get LeftIndent () : ReportExpression<ReportSize>
function set LeftIndent (value : ReportExpression<ReportSize>)

Property Value

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

See Also

Reference

Paragraph Class

Microsoft.ReportingServices.RdlObjectModel Namespace