PrintHelper.ShowRibbonPrintPreviewDialog(Window, IBasePrintable, String, String) Method
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
public static void ShowRibbonPrintPreviewDialog(
Window owner,
IBasePrintable source,
string documentName,
string title
)
Parameters
Name | Type |
---|---|
owner | Window |
source | IBasePrintable |
documentName | String |
title | String |
See Also