Skip to main content
A newer version of this page is available. .

DashboardViewer.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.DashboardWin

Assembly: DevExpress.Dashboard.v20.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

[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 IPrintable GetPrintableComponent(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

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

Returns

Type Description
IPrintable

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

Remarks

To learn more, see the following topics.

See Also