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

DashboardControl.ShowDashboardItemPrintPreview(String) Method

Invokes the Print Preview, which shows the print preview of the dashboard item.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v19.1.Wpf.dll

Declaration

public void ShowDashboardItemPrintPreview(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

A String object, that is a dashboard item’s name.

See Also