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

    Gets a printable control corresponding to the specified dashboard item.

    Namespace: DevExpress.DashboardWeb

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

    NuGet Package: DevExpress.Web.Dashboard.Common

    Declaration

    public XRControl GetPrintableControl(
        string dashboardId,
        string dashboardItemName
    )

    Parameters

    Name Type Description
    dashboardId String

    A string that is the dashboard’s identifier.

    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