ActiveDocument object
Note: | The SaveToRepository (Method) is only available for an Interactive Reporting document deployed in Interactive Reporting Web Client. |
Uploads and saves repository objects (data models, standard queries, and standard queries with reports) in an Interactive Reporting document (BQY) for version-controlled distribution to networked Interactive Reporting users.
If you need to save the current Interactive Reporting document as another document, use the SaveToRepositoryAs (Method).
This method takes no arguments.
This example shows how to save the current Interactive Reporting document to the repository.
ActiveDocument.SaveToRepository()