ParagraphInstance.SpaceAfter プロパティ
Paragraph クラスの SpaceAfter プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Overridable ReadOnly Property SpaceAfter As ReportSize
Get
'使用
Dim instance As ParagraphInstance
Dim value As ReportSize
value = instance.SpaceAfter
public virtual ReportSize SpaceAfter { get; }
public:
virtual property ReportSize^ SpaceAfter {
ReportSize^ get ();
}
abstract SpaceAfter : ReportSize
override SpaceAfter : ReportSize
function get SpaceAfter () : ReportSize
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
SpaceAfter プロパティの計算値を表す ReportSize 値。