[]
Represents methods for managing documents, allowing the creation, opening, saving, and status checking of reports being edited.
public class Documents
Name | Description |
---|---|
Create(CreateDocumentOptions) | 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(string, SupportedDocumentType, string, string) | 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(string, string) | Saves the report currently edited in Designer using the specified id. |
SaveByName(string) | Saves the report currently edited in Designer using the specified name. |