RadPrintPreviewDialog dialog = new RadPrintPreviewDialog(doc);
dialog.ShowDialog();
}
private RadPrintDocument CreatePrintDocument()
{
RadPrintDocument doc = new RadPrintDocument();
doc.AssociatedObject = this;
return doc;
}
}
I hope this will help.
Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.