Partager via


Propriété Paragraph._LeftIndent

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property _LeftIndent As ReportSize 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Paragraph Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel