Skip to main content

Exporting

  • 3 minutes to read

The Web Dashboard allows you to export individual dashboard items, or the entire dashboard. To learn more about exporting concepts common to all dashboard items, see the Exporting topic.

This topic describes the specifics of exporting a Gauge dashboard item.

Export to PDF

The following options are available when exporting the Gauge dashboard item to a PDF.

ExportToPdfDialog_PiesWeb

  • File Name - Specifies the name of the exported PDF file.
  • Page Layout - Specifies the page orientation used to export a dashboard item.
  • Size - Specifies the standard paper size.
  • Show Title - Specifies whether to apply the dashboard item caption to the exported document title.
  • Title - Specifies the title of the exported document.
  • Auto Arrange Content - Specifies whether gauges are automatically arranged in the exported document.
  • Scale Mode - Specifies the mode for scaling when exporting a dashboard item.
  • Include | Filters - Allows you to include master filter values to the exported document.
  • Include | Parameters - Allows you to include parameter values to the exported document.
  • Position - Specifies the position of the master filter and parameter values in the exported document. You can select between Below and Separate Page.

Specify the required options in this dialog and click Export to export the Gauge dashboard item. To reset changes to the default values, click the Reset button.

Export to Image

All data-bound dashboard items provide the same set of options when exporting them to an Image format. The following options are available:

ExportToImageDialog_ChartWeb

  • File Name - Specifies the name of the exported Image file.
  • Show Title - Specifies whether to apply the dashboard item caption to the exported document title.
  • Title - Specifies the title of the exported document.
  • Image Format - Specifies the image format in which the dashboard item is exported.
  • Resolution (dpi) - Specifies the resolution (in dpi) used to export a dashboard item.
  • Include | Export Filters - Allows you to include master filter values to the exported document.
  • Include | Export Parameters - Allows you to include parameter values to the exported document.

Specify the required options in this dialog and click Export to export the dashboard item. To reset changes to the default values, click the Reset button.

Export to Excel

Data visualized within all data-bound dashboard items can be exported to the required Excel format. The following options are available:

ExportToExcelDialog_Web

  • File Name - Specifies the name of the exported Excel file.
  • Excel Format - Specifies the Excel format in which the dashboard item is exported. You can use the XLSX, XLS or CSV formats.
  • Separator - Specifies the string used to separate values in the exported CSV document.
  • Include | Export Filters - Allows you to include master filter values to the exported document.
  • Include | Export Parameters - Allows you to include parameter values to the exported document.
  • Position - Specifies the position of the master filter and parameter values in the exported document. You can select between Below and Separate Sheet.

Specify the required options in this dialog and click Export to export the dashboard item. To reset changes to the default values, click the Reset button.

Custom Export

The Dashboard control rises the CustomExport event before saving the exported document to the PDF and Image formats. Use this event to obtain the printable XRGaugeDashboardItem control for GaugeDashboardItem and customize the exported document.

Refer to the Custom Export section for details.