共用方式為


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