DashboardExporter.GetPrintableControl(Dashboard, String) Method
Gets a printable control corresponding to the specified dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
dashboard | Dashboard | A dashboard from which the dashboard item’s data is exported. |
dashboardItemName | String | The component name of the dashboard item. |
Returns
Type | Description |
---|---|
XRControl | A printable control corresponding to the specified dashboard item. |
Remarks
The following table illustrates dashboard items and their corresponding printable XRControls:
See Also