'宣言 Public Class SummaryCellPresenter Inherits CellPresenterBase
public class SummaryCellPresenter : CellPresenterBase
SummaryCellPresenter 要素は、1 つまたは複数の SummaryResultPresenter 要素を含めることで 1 つまたは複数の SummaryResult を表示します。
各 SummaryCellPresenter は SummaryRecordPresenter 内の単一のフィールドと関連付けられます。SummaryCellPresenter は SummaryResultPresenter 要素のひとつまたは複数のインスタンスを含むことができます。フィールドに複数の集計がある場合にこれは発生する可能性があります(たとえば、同じフィールドに Sum と Average 集計がある場合、フィールドの関連付けられた SummaryCellPresenter は 2 つの SummaryResultPresenter 要素を含みます)。