API Reference
Class
PdfReports
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
- Completed TestimoX run.
- openInViewer System.Boolean
- When true, opens the generated PDF with the default shell handler.
- filePath System.String
- Optional PDF output path or directory.
- language TestimoX.Reporting.Localization.ReportLanguage
- Report language.
- forceLanguageSuffix System.Boolean
- When true, appends the report language code to the file name.
Returns
The generated PDF path.