Paragraph.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
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
段落前の間隔を表す ReportSizeProperty オブジェクト。