Table of Contents

Class ReportDocxExportOptions

Namespace
DocWright.Reporting.Export
Assembly
DocWright.Reporting.Export.dll

What ReportDocxExporter writes.

public sealed class ReportDocxExportOptions
Inheritance
ReportDocxExportOptions
Inherited Members

Constructors

ReportDocxExportOptions()

Properties

Diagnostics

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

IncludeImages

Gets or sets a value indicating whether images are written. The default is true.

IncludePageHeadersAndFooters

Gets or sets a value indicating whether the report's page header and footer are written. The default is true.

Layout

Gets or sets how the pages become a document. The default is Fixed.

RasterDpi

Gets or sets the resolution charts, gauges and custom items are rasterized at, in dots per inch. The default is 150.

StrictMode

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