Partager via


Propriété Paragraph.SpaceAfter

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property SpaceAfter As ReportSizeProperty 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Paragraph Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering