Parse a collection of Summary Tables and return the resulting HTML.

The TableClass property of each Summary Table is used to determine the style of table to create. For more control, use the various SummaryTableAppend methods on each table. Each Row can also have its Visible property set to False.

Syntax

finHtmlSummaryPage2StringBuilder.ParseSummaryTables(summaryTables, [captionTagName], [tableWidth], [tableMinWidth], [maxDisplayRows], [showHiddenRowsCaption])

Parameters

NameTypeOptionalByRefDescription
summaryTables ISSummaryTables The Summary Tables to append.
captionTagName String Optional The HTML element used to create table captions (if the Summary Table has a Caption set) providing the table does not have a non-zero CaptionHeadingLevel or a blank String to not include Captions. If omitted, a value of h2 is assumed.
tableWidth String Optional The HTML table Width for all tables (unless the table specifies its own HtmlWidth property). If omitted, a value of 100% is assumed.
tableMinWidth String Optional The Minimum Table Width for all tables, e.g. "20em".
maxDisplayRows Integer Optional <para> The Maximum number of Rows to display (only applicable to 'Tabular Data' tables). If exceeded, a hyperlink will be provider to show all. A value of 0 indicates to display all rows or use the MaxDisplayRows value supplied on the Summary Table. </para> <para> Each Row can also have its Visible property set to False and each table can optionally specify the a MaxDisplayRows property. </para> If omitted, a value of 0 is assumed.
showHiddenRowsCaption String Optional The Caption for the link to show all Rows or a blank String to use the default caption.

Return Value

String

A String value.

Member of:
finHtmlSummaryPage2StringBuilder
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0