Version

DisplayAreaResolved Property

Determines if and where the summary result is displayed (read-only).
Syntax
'Declaration
 
Public ReadOnly Property DisplayAreaResolved As SummaryDisplayAreas
public SummaryDisplayAreas DisplayAreaResolved {get;}
Remarks

DisplayAreaResolved returns the resolved value based on settings of SummaryDefinition's DisplayArea property and FieldSettings' SummaryDisplayArea property. FieldSettings object is exposed on DataGrid (DataPresenterBase.FieldSettings), FieldLayout (FieldSettings) and Field (Field.Settings).

To actually specify summary display area, use the SummaryDefinition's DisplayArea property or FieldSettings' SummaryDisplayArea 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