Show E-mail button in preview window
Hi,
I see that in the preview control that there's a button for sending the report via e-mail. But, if I open the preview from the designer or using the Report.Show() method, the e-mail button doesn't appear in the preview dialog. How can I add the e-mail button to the preview dialog?
I tried the following:
Report.Preview.Buttons = PreviewButtons.All;
Report.Show();
But, I get an error at "Report.Preview.Buttons = PreviewButtons.All", probably because Preview doesn't exist yet.
Any suggestions would be appreciated.
Daniel
I see that in the preview control that there's a button for sending the report via e-mail. But, if I open the preview from the designer or using the Report.Show() method, the e-mail button doesn't appear in the preview dialog. How can I add the e-mail button to the preview dialog?
I tried the following:
Report.Preview.Buttons = PreviewButtons.All;
Report.Show();
But, I get an error at "Report.Preview.Buttons = PreviewButtons.All", probably because Preview doesn't exist yet.
Any suggestions would be appreciated.
Daniel
Comments
The email functionality is not ready yet, so this button is disabled.