バージョン

SummaryCellPresenter クラス

SummaryRecordPresenter 内の集計セルを表します。
シンタックス
'宣言
 
Public Class SummaryCellPresenter 
   Inherits CellPresenterBase
public class SummaryCellPresenter : CellPresenterBase 
解説

SummaryCellPresenter 要素は、1 つまたは複数の SummaryResultPresenter 要素を含めることで 1 つまたは複数の SummaryResult を表示します。

SummaryCellPresenterSummaryRecordPresenter 内の単一のフィールドと関連付けられます。SummaryCellPresenterSummaryResultPresenter 要素のひとつまたは複数のインスタンスを含むことができます。フィールドに複数の集計がある場合にこれは発生する可能性があります(たとえば、同じフィールドに SumAverage 集計がある場合、フィールドの関連付けられた SummaryCellPresenter は 2 つの SummaryResultPresenter 要素を含みます)。

参照