Property Value
true
to use the XP style print dialog; otherwise, false
to use the default print dialog of the current operating system.true
to use the XP style print dialog; otherwise, false
to use the default print dialog of the current operating system.var printerSettings = new GrapeCity.ActiveReports.PrinterSettings(); printerSettings.UseXpDialog = true; // Proceed with printing operations