Tgk Result Envelope Report¶
🟢 Free 📌 Report
ResultEnvelopeReport · Component\_9_QA\Comp_Report.cs
Create an extrema report from a result object or ElementResult.
Inputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Result | R | object | Result object, ElementResult, or numeric value collection. |
| 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)