Back to Devexpress

DashboardControl.ShowDashboardItemPrintPreview(String) Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-showdashboarditemprintpreview-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

DashboardControl.ShowDashboardItemPrintPreview(String) Method

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

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public void ShowDashboardItemPrintPreview(
    string dashboardItemName
)
vb
Public Sub ShowDashboardItemPrintPreview(
    dashboardItemName As String
)

Parameters

NameTypeDescription
dashboardItemNameString

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

|

See Also

Print Preview Form

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace