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