Exago .NET API Documentation
SaveToApi Method
Example 
WebReports.Api.Reports Namespace > ReportObjectFactory Class : SaveToApi Method
The report object to save into the temporary area
Save changes to the provided report to the Api object. When setting the Api object's active report, should be the last call.
Syntax
public void SaveToApi( 
   ReportObject reportObject
)

Parameters

reportObject
The report object to save into the temporary area
Example
Load a report from the repository after retrieving its ID and save that report to the Api object
api.ReportObjectFactory.SaveToApi(api.ReportObjectFactory.LoadFromRepository(api.ReportObjectFactory.GetReportId("Sales Reports\\2020\\A Great Report")));
See Also

Reference

ReportObjectFactory Class
ReportObjectFactory Members