Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
103
Selecting a printer prior to printing on the UltraGrid Print Preview
posted

Is it possible to select a printer using the printDialog?

I have a grid that I call the PrintPreview Method on, This shows me the the print preview of my data but when I click the print button on the preview form it just prints to the default printer. I need to show a dialog to choose the printer when the button is clicked. Is there a way to do this?

 

        public void PrintPreview()

        {

            uGrid.PrintPreview();

        }