API Reference
Class
ReportingConfig
Typed settings controlling which parts of reports are generated.
Inheritance
- Object
- ReportingConfig
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EngineConfig.Reporting
Constructors
public ReportingConfig() #Inherited Methods
Properties
public List<ReportLanguage> Languages { get; set; } #Requested report output languages. When null or empty, English is used.
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.