Back to Devexpress

IDashboardControl.GetPrintableControl(String) Method

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-dot-getprintablecontrol-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

IDashboardControl.GetPrintableControl(String) Method

Gets a printable control corresponding to the specified dashboard item.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
XRControl GetPrintableControl(
    string dashboardItemName
)
vb
Function GetPrintableControl(
    dashboardItemName As String
) As XRControl

Parameters

NameTypeDescription
dashboardItemNameString

A string that is the dashboard item’s component name.

|

Returns

TypeDescription
XRControl

A printable control corresponding to the specified dashboard item.

|

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace