ICustomExportControlProvider.GetPrintableControl(CustomItemData, CustomItemExportInfo) Method
In This Article
Specifies a printable control that corresponds to the exported custom dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
XRControl GetPrintableControl(
CustomItemData customItemData,
CustomItemExportInfo exportInfo
)
#Parameters
Name | Type | Description |
---|---|---|
custom |
Custom |
A Custom |
export |
Custom |
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