Exago Logo
Search
Generic filters
Exact matches only
Administrators

What’s New in Version 2021.2

We are proud to release Exago BI v2021.2.0!

Data Source Drivers

A list and the associated links for recommended ADO.NET drivers for each type of data source, and notes about any applicable caveats or exceptions when using certain drivers.

.NET API Documentation

Supply SQL for New Reports in the API

NoteThis version of the .NET API documentation is deprecated. A new version can be found at https://exagobi.com/support/administrators/net-api-docs/. Now available in v2017.1 is the much-requested ability to generate SQL for new reports using the API. After creating an API object, but before ...

Using the Administration Console and Exago API

NoteThis version of the .NET API documentation is deprecated. A new version can be found at https://exagobi.com/support/administrators/net-api-docs/. Introduction: Understanding the Relationship The Exago Administration Console and API are used to control and configure a set of metadata that ...

WebReports.Api

An Api object should be the first thing that is created to interact with the Exago .NET API.

WebReports.Api.Common

The Common namespace contains classes used to manage reports and folders.

WebReports.Api.Composite.Chained

The Chained namespace contains classes used to interact with Chained Reports.

WebReports.Api.Composite.Dashboards

The Dashboard namespace contains classes used to interact with Dashboards.

WebReports.Api.Data

The Data namespace contains classes used to interact with data sources and admin console config settings.

WebReports.Api.Reports

The Reports namespace contains classes used to interact with reports, entities (data objects) and joins.

WebReports.Api.Roles

Note This version of the .NET API documentation is deprecated. A new version can be found at https://exagobi.com/support/administrators/net-api-docs/. Classes are listed below in alphabetical order by class name. DataObject Class The DataObject class can allow or deny access to specific Data ...

WebReports.Api.Scheduler

The Scheduler namespace contains classes used to schedule reports and for interacting with Scheduler Services. This version of the .NET API documentation is deprecated. A new version can be found at https://www.exagoaccess.com/api-docs/.

WebReportsDebug.xml

or special debugging purposes, a WebReportsDebug.xml file may be given to you by one of our support staff. This file should be placed in the Config directory of the Exago BI web application.

Security Checklist

There are a number of precautions that should be taken before running Exago in a production environment.

Setting up a State Server

We highly recommend using a state server to manage Exago sessions. Often, the cause of timeout problems is related to not properly managing session state. In a high availability implementation, a state server is required.

Transition from HTTP to HTTPS

Many times during the evaluation process, Exago may be setup to access resources over HTTP. As the evaluation progresses, or when transitioning from evaluation to production, it may be desirable to secure the connections between Exago and these resources. This article serves as a checklist of ...

Scheduler Queue

The Scheduler Queue is a custom-built application library that sits between the Exago core application and any number of Scheduler Service instances and handles how schedule traffic is managed. The Scheduler Queue is completely optional, but configurations with multiple scheduler instances for which load balancing is a priority are ideally suited to making use of this feature.

SessionInfo

Custom Functions, Server Events, Action Events, and Assembly Data Sources can access the Exago session state through a sessionInfo object. Access to sessionInfo allows powerful capabilities such as the ability to persist values across function invocations, allowing each invocation to be ...

Styling Exago

Customizing and Styling Exago comes in many forms. The three major components are: Application Themes (The look and feel of the BI platform) Chart and Designer Themes (Color scheme for visual components) Localization (The language and default text elements of the BI ...