Tgk Design Check Report¶
🟢 Free 📌 Report
DesignCheckReport · Component\_9_QA\Comp_Report.cs
Create a report from design check results.
Inputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Checks | C | List |
Design check results. |
| Options | O | ReportExportOptions | Report export options. |
Outputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| HTML | H | string | HTML report content. |
| CSV | CSV | string | CSV report content. |
| Summary | S | string | Check summary. |
| 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)