Skip to main content

DashboardControl.ShowDashboardItemPrintPreview(String) Method

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

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public void ShowDashboardItemPrintPreview(
    string dashboardItemName
)

Parameters

Name Type Description
dashboardItemName String

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

See Also