Enum ReportHtmlOutput
What the projection writes: a fragment to place inside a page, or a whole HTML document.
public enum ReportHtmlOutput
Fields
Fragment = 0A
<style>element and one<div>per page, with nothing around them. The default: a viewer owns the page it puts them in.Document = 1A complete HTML document, which opens in a browser on its own.