Back to Devexpress

DashboardControl.GetPrintableComponent(String) Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-getprintablecomponent-x28-system-dot-string-x29.md

latest2.6 KB
Original Source

DashboardControl.GetPrintableComponent(String) Method

OBSOLETE

This method is obsolete. Use the GetPrintableControl method instead. For more information, see the following BC article: https://www.devexpress.com/bcid=t858339

Gets a printable component corresponding to the specified dashboard item.

Namespace : DevExpress.DashboardWpf

Assembly : DevExpress.Dashboard.v25.2.Wpf.dll

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
[Obsolete("This method is obsolete. Use the GetPrintableControl(string dashboardItemName) method instead. For more information, see the following BC article: https://www.devexpress.com/bcid=t858339")]
public IBasePrintable GetPrintableComponent(
    string dashboardItemName
)
vb
<Obsolete("This method is obsolete. Use the GetPrintableControl(string dashboardItemName) method instead. For more information, see the following BC article: https://www.devexpress.com/bcid=t858339")>
Public Function GetPrintableComponent(
    dashboardItemName As String
) As IBasePrintable

Parameters

NameTypeDescription
dashboardItemNameString

A String that specifies the component name of the dashboard item.

|

Returns

TypeDescription
IBasePrintable

An object that implements the IPrintable interface, specifying a component to be printed/exported.

|

Remarks

To learn more, see the following topics.

See Also

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace