Append 'html' and 'head' tags (but not the closing 'head' tag and opening 'body' tab) to support a standalone HTML Page (does nothing if target is not 'Form' or 'Report').

<para> This will include CSS and Script references required for supporting Version 2 Summary Pages. These SHOULD NEVER BE REFERENCED DIRECTLY since they are subject to future change. </para>

Syntax

finHtmlSummaryPage2StringBuilder.HtmlHeaderBegin([title], [style], [compact], [forceEmbeddedCss])

Parameters

NameTypeOptionalByRefDescription
title String Optional The title to include in the 'head' area.
style isefinSummaryPageStyle Optional If omitted, a value of isefinSummaryPageStyle.None is assumed.
compact Boolean Optional Indicates whether to add an 'is-compact' class to the HTML to indicate that this Summary Page should be compact. If omitted, a value of False is assumed.
forceEmbeddedCss Boolean Optional Indicates whether to force the CSS stylesheet to be embedded when producing a full HTML page, regardless of the Target specified when initialising this object. If omitted, a value of False is assumed.
Member of:
finHtmlSummaryPage2StringBuilder
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0