'Declaration Function UpdateReport( _ ByVal reportType As ReportType, _ ByVal reportId As String, _ ByVal reportData As Stream _ ) As String
string UpdateReport( ReportType reportType, string reportId, Stream reportData )
Parameters
- reportType
- The type of the report.
- reportId
- The ID of the report to update.
- reportData
- The data of the report to update.
Return Value
The ID of the updated report.