SpaceBefore プロパティ

段落の前の間隔。

名前空間:  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