Skip to main content
All docs
V25.1
  • IDashboardControl.GetPrintableControl(String) Method

    Gets a printable control corresponding to the specified dashboard item.

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    XRControl GetPrintableControl(
        string dashboardItemName
    )

    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.

    See Also