Create a Summary Table containing details of the supplied Key/Value List.

Syntax

ISSupport.CreateSummaryTableFromKeyValueList(kvl, [includeBlankValues], [useCollapsedDataTable], [collapsedGroupHeading], [obfuscateEncryptedItems])

Parameters

NameTypeOptionalByRefDescription
kvl ISKeyValueList The Key/Value List.
includeBlankValues Boolean Optional Indicates whether to Include Blank Values, e.g. zero-length Strings or Null Dates. If omitted, a value of True is assumed.
useCollapsedDataTable Boolean Optional Indicates whether to use create a 'Data Table' style Summary Table with a group heading that is collapsed by default (rather than an 'Information' table). If omitted, a value of False is assumed.
collapsedGroupHeading String Optional The Collapsed Group Heading. If omitted, a value of User Defined is assumed.
obfuscateEncryptedItems Boolean Optional If omitted, a value of False is assumed.

Return Value

ISSummaryTable

An ISSummaryTable object.

Member of:
ISSupport
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0