Table of Contents

Class ReportHtmlOptions

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

How ReportHtmlRenderer writes a projection.

public sealed class ReportHtmlOptions
Inheritance
ReportHtmlOptions
Inherited Members

Constructors

ReportHtmlOptions()

Properties

ClassPrefix

Gets or sets the prefix of every class name the projection writes. The default is dw-.

Diagnostics

Gets or sets where the projection reports what it could not carry.

EmbedImages

Gets or sets a value indicating whether image bytes are written into the markup as data: URLs. The default is true.

FitTextToMeasuredWidth

Gets or sets a value indicating whether each run of text is held to the width the paginator measured for it. The default is true.

IdPrefix

Gets or sets the prefix of every id the projection writes. The default is dw-.

Output

Gets or sets what the projection writes. The default is Fragment.

StrictMode

Gets or sets a value indicating whether the projection throws instead of degrading. The default is false.