Name | Description | |
---|---|---|
Create | Creates a new report to be edited in Designer using the specified **CreateReportOptions** object. | |
HasUnsavedChanges | Indicates whether report has unsaved changes. | |
Info | Returns information about the currently edited report. | |
IsNew | Indicates whether report was saved before at least once. | |
Open | Shows open report dialog. | |
OpenById | Opens an existing report to be edited in Designer with specified id. Optionally you can pass name and content, else it will be loaded from server. | |
Save | Saves the report currently edited in Designer, if report is new, then "Save As" dialog will be opened. | |
SaveAs | Opens "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**. |