Tgk Export Report¶
🟢 Free 📌 Report
ExportReport · Component\_9_QA\Comp_Report.cs
Create a report from a model QA report.
Inputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Check Report | CR | ModelCheckReport | Model check report. |
| Options | O | ReportExportOptions | Report export options. |
Outputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| HTML | H | string | HTML report content. |
| CSV | CSV | string | CSV report content. |
| Success | OK | bool | Whether report succeeded. |
| Message | M | string | Runtime message. |
Return Value¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Report | R | Report export result. |
📝 Additional Notes¶
(Add usage examples, notes, etc. here)