Proprietà Paragraph._LeftIndent

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

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

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

Sintassi

'Dichiarazione
Public ReadOnly Property _LeftIndent As ReportSize 
    Get
'Utilizzo
Dim instance As Paragraph 
Dim value As ReportSize 

value = instance._LeftIndent
public ReportSize _LeftIndent { get; }
public:
property ReportSize _LeftIndent {
    ReportSize get ();
}
member _LeftIndent : ReportSize
function get _LeftIndent () : ReportSize

Valore proprietà

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

Vedere anche

Riferimento

Paragraph Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel