DashboardExporter.GetPrintableControl(Stream, String) Method
Gets a printable control corresponding to the specified dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dashboardXml | Stream | A stream that contains the exported dashboard file. |
| 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