ActiveReports 12
PrintingSettings Enumeration

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.Viewer.Common Namespace : PrintingSettings Enumeration
Print process settings
Syntax
'Declaration
 
Public Enum PrintingSettings 
   Inherits System.Enum
public enum PrintingSettings : System.Enum 
Members
MemberDescription
NoneIf set the Print-dialog will not be shown.
ShowPrintDialogIf set the Print-dialog will be shown.
ShowPrintProgressDialogIf set the dialog with printing state information will be shown.
UsePrintingThreadIf set the printing will be run in new thread.
UseStandardDialogIf set the printing will use standard PrintDialog
UseXpStyleDialogIf set the printing will use the XP style dialog
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Viewer.Common.PrintingSettings

See Also

Reference

GrapeCity.Viewer.Common Namespace