CustomExportWebEventArgs.GetPrintableControl(String) Method
Gets a printable control corresponding to the specified dashboard item.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v25.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dashboardItemName | String | A string that is the dashboard item’s component name. |
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