DashboardExporter.GetPrintableControl(String, 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 |
---|---|---|
dashboardXmlPath | String | The path to the dashboard XML file. |
dashboardItemName | String | The component name of the dashboard item. |
Returns
Type | Description |
---|---|
XRControl | A printable control that corresponds to the specified dashboard item. |
Remarks
The following table illustrates dashboard items and their corresponding printable XRControls:
See Also