Exago Logo
Search
Generic filters
Exact matches only
Admin Console

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.

Roles

Roles are created to specify how a user or group of users interfaces with Exago. Roles can restrict access to folders or data objects. Roles can also override the General Settings.

Storage Management

  This article applies to the Admin Console > Storage Management settings. Assembly Location The path and filename of the DLL that implements the IStorageManagement interface. The default value is <WebApp>binWebReports.ContentDatabase.dll, which will use Exago's Storage Management ...

User Settings

The User Settings give administrators choices about how to store and utilize users’ preferences, such as which Dashboards and/or Reports to execute when they enter Exago.

Scheduler Settings

Reports can be emailed or scheduled for recurring automated delivery to an email address. The Scheduler Settings are used to configure these services.

Database Settings

The Database Settings allow administrators to adjust how Exago interfaces with its Data Sources. Additional type-specific settings allow you to specify which driver to utilize when connecting to each data source.

Custom Options

Custom Options allow for the definition of settings that users can modify on a per-report basis in the Report Designer. Options can be accessed during report execution by Server Events or Custom Functions.

Custom Functions

Administrators may create additional custom functions using high level coding languages which will be accessible to end-users of the Report Designer.

Custom Filter Functions

Custom Filter Functions provide the ability to make functions that will dynamically calculate a value for a filter using high level code.

Custom Aggregate Functions

Custom Aggregate Functions will be available in any formula editor in which the existing built-in aggregate functions are also available.

Programmable Object Settings

The Programmable Object Settings enable you to specify names for parameters that will be passed from Exago to stored procedures, web services, or .NET Assemblies. Using these parameters can increase performance and reduce server resources when using these kinds of Data Objects.

Other Settings

Change the Other Settings for configuration items that do not fall into other categories. This article applies to the Admin Console > General > Other Settings.

Main Settings

The main settings are the basic options for Exago, such as temporary file path and available report export file types. This article applies to the Admin Console > General > Main Settings.

Filter Settings

The Filter Settings provide control over what filter options are exposed to users and how the dropdowns within filters behave.

Feature/UI Settings

The Feature/UI settings allow administrators to hide various features in the user interface.

Culture Settings

The Culture Settings give administrators control over formats and symbols that vary amongst geographic location.

Parameters

Parameters are used throughout the Exago application to store values. Although parameters can be created and given a default value in the Administration Console, parameters are designed to be set at runtime through the API.

Join Configuration

Joins specify to Exago the relationship between Data Objects. This article applies to the Admin Console > Data > Joins settings, where joins are defined at the base-configuration level.

Data Sources

Data Sources establish the connection between Exago and a database or a web service. Although typically only one database is used, Exago can join data from different sources into a single report.

Data Objects

Data Objects are the tables, views, methods, stored procedures, functions and custom SQL made accessible from the Data Sources for reports. This article applies to the Admin Console > Data > Objects settings.