Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets an expression that evaluates to the spacing after the paragraph.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SpaceAfter As ReportSizeProperty
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the spacing after the paragraph.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace