Back to Devexpress

WebDashboardExporter.GetPrintableControl(String, String) Method

dashboard-devexpress-dot-dashboardweb-dot-webdashboardexporter-dot-getprintablecontrol-x28-system-dot-string-system-dot-string-x29.md

latest1.7 KB
Original Source

WebDashboardExporter.GetPrintableControl(String, 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

csharp
public XRControl GetPrintableControl(
    string dashboardId,
    string dashboardItemName
)
vb
Public Function GetPrintableControl(
    dashboardId As String,
    dashboardItemName As String
) As XRControl

Parameters

NameTypeDescription
dashboardIdString

A string that is the dashboard’s identifier.

| | dashboardItemName | String |

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

|

Returns

TypeDescription
XRControl

A printable control corresponding to the specified dashboard item.

|

See Also

WebDashboardExporter Class

WebDashboardExporter Members

DevExpress.DashboardWeb Namespace