The default printer is the printer set as the default printer in the operating system. It may be useful to use the default printer's system options when the document is printed on different printers with different printing options (paper kind, landscape, margins). For example, the UsePaperKind property specifies whether to use the value which the XtraPageSettingsBase.PaperKind property is set to, or the paper kind settings of the default printer.
When any of the UsePaperKind or UseLandscape properties are set to true, the AnySettingUsed is also set to true. If all of these properties are set to true, then the AllSettingsUsed property returns true as well.
When printing an DevExpress.XtraReports.UI.XtraReport, the following property specifies which of the default printer's settings should be used: DevExpress.XtraReports.UI.XtraReport.DefaultPrinterSettingsUsing.
System.Object
PrinterSettingsUsing