[]
Updates the report.
string UpdateReport(ReportType reportType, string reportId, Stream reportData)
Type | Name | Description |
---|---|---|
ReportType | reportType | The type of the report. |
string | reportId | The ID of the report to update. |
Stream | reportData | The data of the report to update. |
Type | Description |
---|---|
string | The ID of the updated report. |