votes
Print a datagridview with a header and footer
How to print a datagridview with a specific header and footer?
blah blah blah is here! blah blah » Close
How to print a datagridview with a specific header and footer?
hi guys! i properly set all the controls value in my tabPage in a tabControl in c#, now i want to print the entire tabPage content. if u guide me with some details(code example) it will be my pleasure thanks
Hi, a bit difficult problem i have:) i have print job interigation system and i have custom attributes added to the job. (they are accessible with right button, properties and detail pane) is there any way how to read those through p ...
I am able to get the list of network printers via this code: private void Form1_Load(object sender, EventArgs e) { foreach (String printer in PrinterSettings.InstalledPrinters) { li ...
hi i want to code my application to print my dataGrideView containts so how ??? best regards!
I thought that C# printing is straightforward.. but when I try it, it does not work. where did I go wrong? Upon click of the button, it is able to feed in the paper in the printer, but out come the paper is blank. When I open the test.txt f ...
Hi I am printing from C# using the System.Drawing.Printing.PrintDocument functions, this works fine but I cannot work out how to rename the print job the application spit out (be it going to a PDF printer or a physical printing device) T ...
Hi, I am brand new to printing to a thermal printer using c# asp.net, and i need your help guys to give me where can i find tutorial how can i connect and print to thermal printer using c#. i am using VS 2008 PRO .NET 3.5 please help ...
Got feedack? Found a bug? report it here.