Version

SummaryCellPresenter Class

Represents a summary cell inside a SummaryRecordPresenter.
Syntax
'Declaration
 
Public Class SummaryCellPresenter 
   Inherits CellPresenterBase
public class SummaryCellPresenter : CellPresenterBase 
Remarks

SummaryCellPresenter element displays one or more SummaryResults by containing one or more SummaryResultPresenter elements.

Each SummaryCellPresenter is associated with a single field inside a SummaryRecordPresenter. A SummaryCellPresenter can contain one or more instances of SummaryResultPresenter elements. This can happen if the field has more than one summary (for example the same field has Sum and Average summaries, the associated SummaryCellPresenter for the field will contain two SummaryResultPresenter elements).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also