[]
Saves the report to a stream in XML format.
public static Stream ToXmlStream(this Report report)
| Type | Name | Description |
|---|---|---|
| Report | report | The report to be saved. |
| Type | Description |
|---|---|
| Stream | A stream containing the report in XML format. |
Saves the SectionReport to a stream in XML format.
public static Stream ToXmlStream(this SectionReport report)
| Type | Name | Description |
|---|---|---|
| SectionReport | report | The SectionReport to be saved. |
| Type | Description |
|---|---|
| Stream | A stream containing the SectionReport in XML format. |