Constructor JsonReport
JsonReport(string, string)
Initializes a new instance of the JsonReport class.
Declaration
public JsonReport(string summary, string data)
Parameters
| Type | Name | Description |
|---|---|---|
| string | summary | Summary text for the report. |
| string | data | Serialized data payload. |