Can you tell me how to change the name that appears in the print queue? This is a xamDataGrid embedded report/preview not the other Reporting WPF API. This is when printed from the Preview or when printed by calling reportObj.Print(false, true, App.Current.MainWindow);
Hello,
Thank you for your post. I have been looking into it and I can say that currently there isn’t a built-in functionality for this. But you can see this links, which could help you to achieve your goal:
http://msdn.microsoft.com/en-us/library/system.printing.printqueue.getjob.aspx
http://stackoverflow.com/questions/6954929/how-to-get-print-job-status-using-c-sharp
Also if you want I can log a product idea on your behalf.
Looking forward for your reply.
Do you know where it is getting the "Infragistics.Reporting...." name from? It would be nice to ship my app without having the name of a 3rd party component displayed.