Version

SummaryCalculatorSelectionControl Class

Control for displaying the user interface for selecting summary calculation type.
Syntax
'Declaration
 
Public Class SummaryCalculatorSelectionControl 
   Inherits System.Windows.Controls.Control
public class SummaryCalculatorSelectionControl : System.Windows.Controls.Control 
Remarks

Summary selection user interface consists of a summary icon on the field label which when clicked upon displays a popup that contains an instance of this control. The control displays a list of available summary calculators that can be selected for summarizing the field data. It will allow multiple selection based on FieldSettings.SummaryUIType property setting.

To actually show summary buttons inside field labels, set the FieldSettings's FieldSettings.AllowSummaries property.

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