GrapeCity.ActiveReports.Viewer.Wpf.v9 Assembly > GrapeCity.Viewer.Common Namespace : PrintingSettings Enumeration |
'Declaration Public Enum PrintingSettings Inherits System.Enum
public enum PrintingSettings : System.Enum
Member | Description |
---|---|
None | |
ShowPrintDialog | If set the Print-dialog will be shown. |
ShowPrintProgressDialog | If set the dialog with printing state information will be shown. |
UsePrintingThread | If set the printing will be run in new thread. |
UseStandardDialog | If set the printing will use standard PrintDialog |
System.Object
System.ValueType
System.Enum
GrapeCity.Viewer.Common.PrintingSettings