Name | Description | |
---|---|---|
![]() | Create | Creates a new report to be edited in Designer using the specified CreateDocumentOptions object. |
![]() | HasUnsavedChanges | Indicates whether the report has unsaved changes. |
![]() | Info | Returns information about the currently edited report. |
![]() | IsNew | Indicates whether the report was saved at least once before. |
![]() | Open | Shows the open report dialog. |
![]() | OpenById | Opens an existing report to be edited in Designer with the specified id. Optionally, pass name and content; otherwise, it will be loaded from the server. |
![]() | Save | Saves the report currently edited in Designer. If the report is new, the "Save As" dialog will be opened. |
![]() | SaveAs | Opens the "Save As" dialog. |
![]() | SaveById | Saves the report currently edited in Designer using the specified id. |
![]() | SaveByName | Saves the report currently edited in Designer using the specified name. |