RadPrintPreviewDialog dialog = new RadPrintPreviewDialog();
dialog.Document = this.radPrintDocument1;
if (dialog.ShowDialog(this) == System.Windows.Forms.DialogResult.OK)
{
this.radPrintDocument1.Print();
}
}
Should you have further questions, I would be glad to help.
Regards,
Ralitsa
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items