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

WebDashboardExporter.GetPrintableComponent(String, String) Method

Gets a printable component corresponding to the specified dashboard item.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.dll

Declaration

public IPrintable GetPrintableComponent(
    string dashboardId,
    string dashboardItemName
)

Parameters

Name Type Description
dashboardId String

A String that specifies the identifier of the dashboard containing the required dashboard item.

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