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 命名空间