Udostępnij przez


Właściwość Paragraph.SpaceAfter

Pobiera wyrażenie definiującego odstęp po akapicie.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Overridable ReadOnly Property SpaceAfter As ReportSizeProperty
    Get
'Użycie
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