Class | Description | |
---|---|---|
![]() | Api | The Api class is the main interaction class between Exago BI and the host application. All API session parameters are accessed through this class. An Api object should be the first thing that is created to interact with Exago BI. |
![]() | wrApiReportOptions | Provides additional options of the API object's active report. This object can be used, for example, to create a Custom SQL Object in a report via the API. When the DataSourceId Property, EntityName Property, SqlStmt Property and Keys Property are set, the Manage Data Objects dialog of the Report Designer and the Data Objects Pane in the ExpressView Designer are disabled. Only one custom SQL object is supported with this method.
Optionally, use the Api object's SuppressFiltersInterface Property and SuppressSortsInterface Property to disable the user from adding sorts and filters to the report in the Designers. |