共用方式為


SpaceBefore 屬性

Spacing before the paragraph.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overridable ReadOnly Property SpaceBefore As ReportSizeProperty
    Get
'用途
Dim instance As Paragraph
Dim value As ReportSizeProperty

value = instance.SpaceBefore
public virtual ReportSizeProperty SpaceBefore { get; }
public:
virtual property ReportSizeProperty^ SpaceBefore {
    ReportSizeProperty^ get ();
}
abstract SpaceBefore : ReportSizeProperty
override SpaceBefore : ReportSizeProperty
function get SpaceBefore () : ReportSizeProperty