DashboardControl.GetPrintableControl(String) Method
In This Article
Gets a printable control corresponding to the specified dashboard item.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
String | A string that is the dashboard item’s component name. |
#Returns
Type | Description |
---|---|
XRControl | A printable control corresponding to the specified dashboard item. |
See Also