TestimoX

API Reference

Class

PdfReports

Namespace TestimoX.Reporting.Pdf

Generates PDF reports from the existing Word report model using OfficeIMO.Word.Pdf.

Inheritance

  • Object
  • PdfReports

Methods

GenerateReport(TestimoX.Testimo result, System.Boolean openInViewer, System.String filePath, TestimoX.Reporting.Localization.ReportLanguage language, System.Boolean forceLanguageSuffix) #

Generates a PDF report for the supplied TestimoX run.

Parameters

result TestimoX.Testimo required
Completed TestimoX run.
openInViewer System.Boolean required
When true, opens the generated PDF with the default shell handler.
filePath System.String required
Optional PDF output path or directory.
language TestimoX.Reporting.Localization.ReportLanguage required
Report language.
forceLanguageSuffix System.Boolean required
When true, appends the report language code to the file name.

Returns

The generated PDF path.