Table of Contents

Enum ReportHtmlOutput

Namespace
DocWright.Reporting.Viewer
Assembly
DocWright.Reporting.Viewer.dll

What the projection writes: a fragment to place inside a page, or a whole HTML document.

public enum ReportHtmlOutput

Fields

Fragment = 0

A <style> element and one <div> per page, with nothing around them. The default: a viewer owns the page it puts them in.

Document = 1

A complete HTML document, which opens in a browser on its own.