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