All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
DocumentExportOptions |
|
ExcelExportOptions |
Contains Excel configuration for exporting a dashboard.
|
ExcelVisualizationMode |
|
ExportCallback |
|
ExportExcelVisualization |
|
ExportFormat |
|
ExportOptions |
|
ExportStreamCallback |
|
IDashboardExporter |
The interface that expose methods to allow exporting to different formats.
|
IDashboardTheme |
|
IDocumentExportOptions |
|
IExcelExportOptions |
|
IExportOptions |
|
InitializeParameter |
Used to initialize the RevealEngine.
|
InitializeParameterBuilder |
|
IRVAuthenticationProvider |
The interface that must be implemented and passed to Reveal Engine initialization,
that returns credentials to be used when getting data from a given data source.
|
IRVAuthenticationResolver |
Optional interface that can be implemented and will be used only when adding data sources is enabled, when
verifying connections for existing credentials this interface will be used to retrieve the account given the id.
|
IRVDashboardAuthorizationProvider |
An optional interface to provide authorization control before actually asking the dashboard provider to read/save a dashboard,
it must be implemented and passed to Reveal Engine initialization.
|
IRVDashboardProvider |
The interface that provides loading and saving of dashboards, it must be implemented and passed to Reveal Engine initialization.
|
IRVDataProvider |
The interface that must be implemented to return in-memory data for dashboards.
|
IRVDataSourceCredential |
Base interface representing credentials to connect to a given data source
|
IRVDataSourceProvider |
The interface that must be implemented to replace data sources.
|
IRVInMemoryData |
The interface representing in-memory data to be returned by IRVDataProvider ,
please note data is returned as an Iterable , so there's no need to have all data loaded in memory.
|
IRVObjectEncoder |
Allows the encoding of information in DataSource or DataSourceItems, before returning those objects to the client.
|
IRVObjectFilter |
Allows filtering of 'objects' (DataSource and DataSourceItems) to be returned to the client.
|
IRVResourceItem |
Interface representing items used to get a file (resource) from one of the resource providers (Sharepoint, Web Resource, etc.).
|
IRVRestUrlResolver |
Allows resolving the URL to use for a REST data source based on the data source definition and
parameters entered by the user.
|
IRVUserContext |
|
IRVUserContextProvider |
Interface that can be implemented to return current user's context when a request is being processed.
|
PdfExportOptions |
Contains Pdf configuration for exporting a dashboard.
|
PowerPointExportOptions |
Contains PowerPoint configuration for exporting a dashboard.
|
RevealEngineInitializer |
|
RVAmazonWebServicesCredentials |
The class used to represent authentication for AWS, like required by data sources like Athena or S3.
|
RVAnalysisServicesDataSource |
Abstract base class for Microsoft Analysis Services (MS SSAS) data sources.
|
RVAnalysisServicesDataSourceItem |
Microsoft Analysis Services (MS SSAS) item, specifies the cube to get data from.
|
RVAthenaDataSource |
Amazon Athena data source
|
RVAthenaDataSourceItem |
Amazon Athena data source item.
|
RVAzureAnalysisServicesDataSource |
Microsoft Azure Analysis Services data source.
|
RVAzureSqlDataSource |
Azure SQL Server data source
|
RVAzureSqlDataSourceItem |
Azure SQL Server data source item.
|
RVAzureSynapseDataSource |
Azure Synapse data source.
|
RVAzureSynapseDataSourceItem |
Azure Synapse data source item.
|
RVBaseSharePointDataSourceItem |
The base abstract class for data source items from Sharepoint.
|
RVBearerTokenDataSourceCredential |
The class used to represent Bearer (aka 'Token') authentication.
|
RVBigQueryDataSource |
BigQuery data source.
|
RVBigQueryDataSourceItem |
BigQuery data source item.
|
RVBoxDataSource |
Box (box.net) data source.
|
RVBoxDataSourceItem |
Box data source item, referencing a file in Box (box.net).
|
RVChartSettings |
|
RVChartType |
|
RVChartTypeHelper |
|
RVCsvDataSource |
The data source object used to represent the CSV data source, there are no additional properties in this class
as all relevant information is specified in the RVCsvDataSourceItem object.
|
RVCsvDataSourceItem |
The data source item used to represent a dataset from a CSV file, it includes
optional settings like the separator to use when parsing the data.
|
RVDashboardDataSource |
The base class representing a data source used in a dashboard, you can see RVDataSourceItem
for more information about the relationship between data source and data source items.
|
RVDashboardDocument |
A document containing the JSON representation of a dashboard, JSON information is stored in a generic map.
|
RVDashboardFilter |
Class used to represent a dashboard filter.
|
RVDashboardSummary |
A simplified version of a dashboard containing only the minimum information required to render a thumbnail, this object cannot be used to
render dashboards.
|
RVDataCell |
Class representing a cell in the visualization data, includes column name, value and formatted value.
|
RVDataSourceItem |
The basic class for data source items that can be used by visualizations to get data.
|
RVDateDashboardFilter |
|
RVDateFilterType |
|
RVDateRange |
|
RVDropboxDataSource |
Dropbox data source.
|
RVDropboxDataSourceItem |
Dropbox data source item, referencing a file in Dropbox.
|
RVDynamicsCrmDataSource |
Dynamics CRM data source, specifies the URL to the server.
|
RVDynamicsCrmDataSourceItem |
Dynamics CRM data source item.
|
RVExcelDataSource |
The data source object used to represent the Excel data source, there are no additional properties in this class
as all relevant information is specified in the RVExcelDataSourceItem object.
|
RVExcelDataSourceItem |
The data source item used to represent a dataset from an Excel file, it includes information like the
name of the sheet to get data from and the range to use when loading data.
|
RVExcelRange |
Class defining the range that should be used when loading data from an Excel sheet.
|
RVFieldEditorDefaultSettings |
|
RVFilterValue |
|
RVGoogleAnalytics4DataSource |
Google Analytics 4 data source.
|
RVGoogleAnalytics4DataSourceItem |
Google Analytics 4 data source item.
|
RVGoogleAnalyticsDataSource |
Google Analytics data source.
|
RVGoogleAnalyticsDataSourceItem |
Google Analytics data source item.
|
RVGoogleAnalyticsResourceType |
|
RVGoogleDriveDataSource |
Google Drive data source.
|
RVGoogleDriveDataSourceItem |
Google Drive data source item, referencing a file in Google Drive.
|
RVGoogleSearchConsoleDataSource |
Google Search Console data source.
|
RVGoogleSearchConsoleDataSourceItem |
Google Search Console data source item.
|
RVGoogleSheetDataSource |
The data source object used to represent the Google sheet data source, there are no additional properties in this class
as all relevant information is specified in the RVGoogleSheetDataSourceItem object.
|
RVGoogleSheetDataSourceItem |
The data source item used to represent a dataset from a Google Sheet file, it includes information like the
name of the sheet to get data from and the range to use when loading data.
|
RVHeadersDataSourceCredentials |
The class used to represent authentication using headers (including cookies), supported only by Web Resource and REST API data sources.
|
RVHttpAnalysisServicesDataSource |
Microsoft Analysis Services (MS SSAS) HTTP connection data source
|
RVHubspotDataSource |
HubSpot data source.
|
RVHubspotDataSourceItem |
HubSpot data source item, referencing HubSpot entity.
|
RVInMemoryDataSource |
The data source object used to represent the in-memory data source, there are no additional properties in this class
as all relevant information is specified in the RVInMemoryDataSourceItem object.
|
RVInMemoryDataSourceItem |
Data source item to get in-memory data.
|
RVJDBCPropertiesCredentials |
|
RVJsonDataSource |
The data source object used to represent the JSON data source, there are no additional properties in this class
as all relevant information is specified in the RVJsonDataSourceItem object.
|
RVJsonDataSourceItem |
The data source item used to represent a dataset from a JSON file, it includes
the optional parsing configuration.
|
RVLocalFileDataSource |
The data source object used to represent the local files data source, there are no additional properties in this class
as all relevant information is specified in the RVLocalFileDataSourceItem object.
|
RVLocalFileDataSourceItem |
The local file data source item, used to load files from local storage.
|
RVMapRecordItem |
|
RVMarketoDataSource |
Marketo data source, configures the URL to get data from.
|
RVMarketoDataSourceItem |
|
RVModelUtilities |
Utilities to handle dashboard model and related classes
|
RVMySqlDataSource |
MySQL data source.
|
RVMySqlDataSourceItem |
MySQL data source item
|
RVNativeAnalysisServicesDataSource |
Microsoft Analysis Services (MS SSAS) TCP connection data source.
|
RVODataDataSource |
OData data source, configures the URL to get data from.
|
RVODataDataSourceItem |
|
RVOneDriveDataSource |
OneDrive data source.
|
RVOneDriveDataSourceItem |
OneDrive data source item, referencing a file in OneDrive.
|
RVOracleDataSource |
Abstract base class for Oracle data sources.
|
RVOracleDataSourceItem |
Oracle data source item.
|
RVOracleServiceDataSource |
Oracle data source, it adds the Service name property to the base properties in RVOracleDataSource .
|
RVOracleSIDDataSource |
Oracle data source, it adds the SID property to the base properties in RVOracleDataSource .
|
RVPostgresDataSource |
PostgreSQL data source, it adds database name and schema properties to the base properties in RVSqlPDSDataSource .
|
RVPostgresDataSourceItem |
PostgreSQL data source item.
|
RVQuickBooksDataSource |
QuickBooks data source.
|
RVQuickBooksDataSourceItem |
|
RVRedshiftDataSource |
Amazon Redshift data source, it adds the database name property to the base properties in RVSqlBasedDataSource .
|
RVRedshiftDataSourceItem |
Amazon Redshift data source item.
|
RVReportingServicesDataSource |
Microsoft Reporting Services (MS SSRS) data source.
|
RVReportingServicesDataSourceItem |
Microsoft Reporting Services (MS SSRS) data source item.
|
RVReportingServicesRenderMode |
|
RVResourceBasedDataSourceItem |
The base abstract class representing a data source item getting data from a file (a resource).
|
RVRESTDataSource |
REST API data source, configures the URL to get data from, HTTP method to use and optionally headers and body to send in the request.
|
RVRESTDataSourceItem |
REST API data source item.
|
RVS3DataSource |
Amazon S3 data source.
|
RVS3DataSourceItem |
Amazon S3 data source item.
|
RVSchemaColumn |
The class representing a column in the in-memory result, specifies name,
label and data type of the column.
|
RVSchemaColumnType |
The list of data types supported by Reveal.
|
RVSerializationUtilities |
|
RVSharePointAuthenticationMethod |
Sharepoint authentication methods.
|
RVSharePointDataSource |
Sharepoint data source, contains the URL to the Sharepoint site to use.
|
RVSharePointItemType |
Sharepoint item type.
|
RVSharePointListDataSourceItem |
Data source item to get data from a Sharepoint list.
|
RVSharePointListItemDataSourceItem |
Data source item to get data from a single item in a Sharepoint list.
|
RVSharePointPeopleDataSourceItem |
Data source item to get data from people in Sharepoint.
|
RVSharePointSiteDataSourceItem |
Data source item to show information from a site (or sub site).
|
RVSnowflakeDataSource |
Snowflake data source.
|
RVSnowflakeDataSourceItem |
Snowflake data source item
|
RVSqlBasedDataSource |
The base data source class used to represent a connection to one of the supported database systems.
|
RVSqlBasedDataSourceItem |
The base item class used to represent a dataset from one of the supported database systems.
|
RVSqlPDSDataSource |
Base class for SQL-based data sources supporting "Server-side Processing".
|
RVSqlPDSDataSourceItem |
Base data source item class for SQL-based data sources supporting "Server-side Processing".
|
RVSqlServerDataSource |
Microsoft SQL Server data source, it adds the database name property to the base properties in RVSqlBasedDataSource .
|
RVSqlServerDataSourceItem |
Microsoft SQL Server data source item.
|
RVSyBaseDataSource |
Sybase data source, it adds the database name property to the base properties in RVSqlBasedDataSource .
|
RVSyBaseDataSourceItem |
Sybase data source item.
|
RVUnauthorizedException |
Exception that can be thrown in the implementation of IRVDashboardProvider to indicate the user doesn't have permission
to execute the action (for example reading/writing a dashboard).
|
RVUserContext |
|
RVUsernamePasswordDataSourceCredential |
The class used to represent domain/user/password credentials, required to connect to all data bases (MS SQL, MySQL, etc)
and some other data sources (REST API for example).
|
RVVisualization |
The class representing a visualization (widget) in the dashboard model.
|
RVWebResourceDataSource |
Web resource data source, used to download files from HTTP URL's using GET method.
|
RVWebResourceDataSourceItem |
|
VisualizationExport |
|
VisualizationType |
|