Compartir a través de


Paragraph.RightIndent Propiedad

Gets an expression that evaluates to the indentation from the right edge of the Textbox, less the right padding.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property RightIndent As ReportSizeProperty 
    Get
'Uso
Dim instance As Paragraph 
Dim value As ReportSizeProperty 

value = instance.RightIndent
public virtual ReportSizeProperty RightIndent { get; }
public:
virtual property ReportSizeProperty^ RightIndent {
    ReportSizeProperty^ get ();
}
abstract RightIndent : ReportSizeProperty 
override RightIndent : ReportSizeProperty
function get RightIndent () : ReportSizeProperty

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the indentation from the right edge of the Textbox, less the right padding.

Vea también

Referencia

Paragraph Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering