Version

SummaryResultPresenter Class

Represents a summary result inside a SummaryCellPresenter.
Syntax
'Declaration
 
Public Class SummaryResultPresenter 
   Inherits System.Windows.Controls.Control
public class SummaryResultPresenter : System.Windows.Controls.Control 
Remarks

SummaryResultPresenter element displays the value of a SummaryResult.

One or more instances of SummaryResultPresenter will be contained inside SummaryCellPresenter element. Each SummaryCellPresenter is associated with a single field inside a SummaryRecordPresenter. Each SummaryResultPresenter is associated with a single instance of a SummaryResult. A SummaryCellPresenter can contain more than one SummaryResultPresenter elements 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