API Reference
Class
ReportingConfig
Typed settings controlling which parts of reports are generated.
Inheritance
- Object
- ReportingConfig
Constructors
public ReportingConfig() #Inherited Methods
Properties
public HtmlReportConfig Html { get; set; } #HTML report content options.
public WordReportConfig Word { get; set; } #Word report content options.
public JsonReportConfig Json { get; set; } #JSON report options.
public CrosswalkReportConfig Crosswalk { get; set; } #Crosswalk snapshot/logging options.
public ILicenseGate Features { get; set; } #Optional licensing/feature gate. When null, all features are enabled.