Compartilhar via


Propriedade do RDL Paragraph._RightIndent

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Public ReadOnly Property _RightIndent As ReportSize 
    Get
'Uso
Dim instance As Paragraph 
Dim value As ReportSize 

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

Valor da propriedade

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

Consulte também

Referência

Paragraph Classe

Namespace Microsoft.ReportingServices.RdlObjectModel