5 Answers, 1 is accepted
0
Accepted
Hi Krasimir,
You can set the printer like this:
I hope this will be useful. Let me know if you have additional questions.
Regards,
Dimitar
Progress Telerik
You can set the printer like this:
private
void
radButton1_Click(
object
sender, EventArgs e)
{
RadPrintDocument doc =
new
RadPrintDocument();
doc.PrinterSettings.PrinterName =
"Microsoft Print to PDF"
;
radGridView1.Print(
false
,doc);
}
I hope this will be useful. Let me know if you have additional questions.
Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Krasimir
Top achievements
Rank 1
answered on 25 Oct 2017, 09:27 AM
Thank you! Perfect!
0
HARRY
Top achievements
Rank 1
answered on 26 Sep 2019, 05:53 AM
This is really nice to see. Also If you facing installation issue with Epson printer then follow some procedure and learn how to set up an Epson printer easily. Hope this will be fruitful to you.
0
Krasimir
Top achievements
Rank 1
answered on 26 Sep 2019, 06:30 AM
What have it with Epson to do?! And how is this with GridView from Telerik connected anyway?
0
Krasimir
Top achievements
Rank 1
answered on 30 Dec 2020, 08:06 AM
I can tell this in other languages too : What have this with GridView from Telerik to do?!