[]
Saves the report.
string SaveReport(ReportType reportType, string reportId, Stream reportData, SaveSettings settings = SaveSettings.None)
Type | Name | Description |
---|---|---|
ReportType | reportType | The type of the report. |
string | reportId | The ID of the report to save. |
Stream | reportData | The data of the report to save. |
SaveSettings | settings | The save settings to apply. Default is None. |
Type | Description |
---|---|
string | The ID of the saved report. |