Parse a Summary Table and return the resulting HTML.

Syntax

finHtmlSummaryPage2StringBuilder.ParseSummaryTable(summaryTable, [tableWidth], [tableMinWidth], [maxDisplayRows], [showHiddenRowsCaption], [align])

Parameters

NameTypeOptionalByRefDescription
summaryTable ISSummaryTable The Summary Table object.
tableWidth String Optional The HTML table Width (unless the table specifies its own HtmlWidth property). If omitted, a value of 100% is assumed.
tableMinWidth String Optional The Minimum Table Width, e.g. "20em".
maxDisplayRows Integer Optional <para> The Maximum number of Rows to display. 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.
align String Optional The 'Align' attribute to apply to the table.

Return Value

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