Search This Blog

Open Outlook Email Passing Field Emails to Outlook in SSRS Report

Open Outlook Email  Passing Field Emails to Outlook in SSRS Report

Below are the Steps to create a hyperlink so to open an outlook email message appears when clicked on any Employee

Example is like Clicking on Employee will pass EmployeeEmail to outlook  and will  open outlook 

Select your EmployeeName TExtbox
-TextBox Properties
-Action
-Go to URL

="MailTo:" & Fields!EmailAddress.Value

Click ok

 

Now clicking on any Employee will open the outlook with his Email Adress.

Note -IF you want to pass a Hardcoded email Hyperlink to Employee Name
Change your Expression to -

="MailTo:TestUser@gmail.com"

No comments:

Post a Comment