Udostępnij przez


Właściwość Paragraph._SpaceAfter

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public ReadOnly Property _SpaceAfter As ReportSize
    Get
'Użycie
Dim instance As Paragraph
Dim value As ReportSize

value = instance._SpaceAfter
public ReportSize _SpaceAfter { get; }
public:
property ReportSize _SpaceAfter {
    ReportSize get ();
}
member _SpaceAfter : ReportSize
function get _SpaceAfter () : ReportSize