Skip to main content

DashboardControl.ShowDashboardItemPrintPreview(String) Method

In This Article

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

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v24.2.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