Skip to main content
A newer version of this page is available. .

ASP.NET Core Dashboard Control

  • 2 minutes to read

Topics in this section describe how to integrate and configure the Web Dashboard in an ASP.NET Core web application.

Overview

Basic Configuration

Customization

Restrictions and Limitations

The ASP.NET Core Dashboard control has the following limitations:

  • OLAP mode supports only XML for Analysis (XMLA) with MSMDPUMP. Use the DashboardOlapDataSource.OlapDataProvider static property to specify the XMLA data provider.
  • If the dashboard or specific dashboard items are exported to PDF or image formats, their content is saved to the Windows Metafile format, which is not supported by .NET Core. For information on how to overcome this limitation, refer to the Manage Exporting Capabilities.
  • Export to images is disabled for .NET Core because of some problems in the Libgdiplus library. See T685212 and T685811 for more information.