Skip to main content
A newer version of this page is available. .
All docs
V22.1

ICustomExportControlProvider.GetPrintableControl(CustomItemData, CustomItemExportInfo) Method

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

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