C# DataGrid Printing
Does anyone know how to print a C# Windows Form which contains both a DataGrid and TextBox information? I am not able to get the Print Preview Dialog to display anything nor the PrintPage Dialog to print anything except a blank form. I want the form to print the way it looks on the screen when the report is run. I cannot use the screen capture method because my DataGrid contains multiple pages of information. Any help greatly appreciated!!
|