Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.