Compartir a través de


Paragraph.SpaceAfter Propiedad

Gets an expression that evaluates to the spacing after the paragraph.

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

Sintaxis

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

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the spacing after the paragraph.

Vea también

Referencia

Paragraph Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering