[]
        
(Showing Draft Content)

GrapeCity.Viewer.Common.PrintingSettings

PrintingSettings Enum

Defines the configuration options for the printing process.

Namespace: GrapeCity.Viewer.Common
Assembly: MESCIUS.ActiveReports.Viewer.Common.dll
Syntax
[Flags]
public enum PrintingSettings
Remarks

This enumeration allows for the customization of the printing process by specifying whether dialogs should be displayed, whether printing should occur on a separate thread, and which style of print dialog should be used.

Fields

Name Description
None

No print dialog will be displayed.

ShowPrintDialog

Displays the print dialog before printing.

ShowPrintProgressDialog

Displays a progress dialog during the printing process.

UsePrintingThread

Executes the printing process on a separate thread.

UseStandardDialog

Uses the standard print dialog.

UseXpStyleDialog

Uses the XP style print dialog.