Posted 25 Oct 2017 Link to this post
private
void
radButton1_Click(
object
sender, EventArgs e)
{
RadPrintDocument doc =
new
RadPrintDocument();
doc.PrinterSettings.PrinterName =
"Microsoft Print to PDF"
;
radGridView1.Print(
false
,doc);
}
Posted 25 Oct 2017 in reply to Dimitar Link to this post
Posted 26 Sep 2019 Link to this post
Posted 26 Sep 2019 in reply to HARRY Link to this post
Posted 30 Dec 2020 Link to this post