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

Comments

  • edited 8:34PM
    Hello,

    The email functionality is not ready yet, so this button is disabled.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.