Поделиться через


Свойство Paragraph.SpaceAfter

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Overridable ReadOnly Property SpaceAfter As ReportSizeProperty 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the spacing after the paragraph.

См. также

Справочник

Paragraph Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering