In This Topic
Saves the report currently edited in Designer. If the report is new, the "Save As" dialog will be opened.
Syntax
'Declaration
Public Function Save() As Task
Return Value
A
System.Threading.Tasks.Task representing the asynchronous operation of saving the report.
See Also