'Declaration Function SaveReport( _ ByVal reportType As ReportType, _ ByVal reportId As String, _ ByVal reportData As Stream, _ Optional ByVal settings As SaveSettings _ ) As String
string SaveReport( ReportType reportType, string reportId, Stream reportData, SaveSettings settings )
Parameters
- reportType
- The type of the report.
- reportId
- The ID of the report to save.
- reportData
- The data of the report to save.
- settings
- The save settings to apply. Default is SaveSettings.None.
Return Value
The ID of the saved report.