Skip to main content
All docs
V25.1
  • ICustomExportControlProvider.GetPrintableControl(CustomItemData, CustomItemExportInfo) Method

    Specifies a printable control that corresponds to the exported custom dashboard item.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    XRControl GetPrintableControl(
        CustomItemData customItemData,
        CustomItemExportInfo exportInfo
    )

    Parameters

    Name Type Description
    customItemData CustomItemData

    A CustomItemData object that contains methods to work with custom item data.

    exportInfo CustomItemExportInfo

    An object that contains custom item export settings.

    Returns

    Type Description
    XRControl

    The printable control that corresponds to the specified custom dashboard item.

    See Also