TestimoX

API Reference

Class

WordReportConfig

Namespace TestimoX.Configuration.Engine
Assembly TestimoX
Modifiers sealed

Options to include or exclude sections from the Word report.

Inheritance

  • Object
  • WordReportConfig

Constructors

public WordReportConfig() #

Properties

public String FilePath { get; set; } #

Optional output path for the Word report; overrides default when set.

public Nullable<Boolean> IncludeExecutiveSummary { get; set; } #

Include the Executive Summary section. Default: true.

public Nullable<Boolean> IncludeForestSection { get; set; } #

Include the Forest section. Default: true.

public Nullable<Boolean> IncludeDomainsSection { get; set; } #

Include the Domains section. Default: true.

public Nullable<Boolean> IncludeDomainControllersSection { get; set; } #

Include the Domain Controllers section. Default: true.

public Nullable<Boolean> IncludeAboutSection { get; set; } #

Include the About section. Default: true.

public Nullable<Boolean> IncludeRuleDetails { get; set; } #

Include per‑rule Details content (results, assertions, errors). Default: true.

public Nullable<Boolean> IncludeRuleGuidance { get; set; } #

Include rule Guidance (Summary/Why/References). Default: true.

public Nullable<Boolean> IncludeMatchDetails { get; set; } #

Include vendor match rows (not currently used in Word). Default: true.

public Nullable<Boolean> IncludeDocs { get; set; } #

Include vendor documentation links/reference lists. Default: true.