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

CustomExportWebEventArgs.GetPrintableControls() Method

Gets printable controls corresponding to the exported dashboard items.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v20.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public Dictionary<string, XRControl> GetPrintableControls()

Returns

Type Description
Dictionary<String, XRControl>

A collection of printable controls corresponding to the exported dashboard items.

Remarks

The following table illustrates dashboard items and their corresponding printable XRControls:

Dashboard Item XRControl
ChartDashboardItem XRChart
ScatterChartDashboardItem XRChart
PieDashboardItem XRChart
RangeFilterDashboardItem (When CustomExportBaseEventArgs.ExportMode is SingleItem) XRChart
GaugeDashboardItem XRGaugeDashboardItem
See Also