Version

SummaryRecordHeaderResolved Property

Returns the resolved summary record header content.
Syntax
'Declaration
 
Public ReadOnly Property SummaryRecordHeaderResolved As Object
public object SummaryRecordHeaderResolved {get;}
Remarks

SummaryRecordHeaderResolved returns the resolved summary record header text based on the settings of SummaryResultCollection's SummaryResultCollection.SummaryRecordHeader and FieldLayout's SummaryDescriptionMask and SummaryDescriptionMaskInGroupBy properties. See SummaryDescriptionMask for more information on how this property's default value is resolved.

Note: To actually set the summary record header's contents, use SummaryDescriptionMask and SummaryDescriptionMaskInGroupBy or SummaryResultCollection.SummaryRecordHeader properties. To hide the summary record header, set these properties to empty string (String.Empty).

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