Class ReportHtmlOptions
How ReportHtmlRenderer writes a projection.
public sealed class ReportHtmlOptions
- Inheritance
-
ReportHtmlOptions
- Inherited Members
Constructors
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
idthe projection writes. The default isdw-.
- StrictMode
Gets or sets a value indicating whether the projection throws instead of degrading. The default is false.