Partager via


Propriété Paragraph.RightIndent

Gets or sets the indentation from the right edge of the text box, less right padding.

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

Syntaxe

'Déclaration
Public Property RightIndent As ReportExpression(Of ReportSize)
    Get 
    Set
'Utilisation
Dim instance As Paragraph 
Dim value As ReportExpression(Of ReportSize)

value = instance.RightIndent

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

Valeur de propriété

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

Voir aussi

Référence

Paragraph Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel