Hello,
I am creating a Report in SQL Server. The report uses a SQL statement.
For Example "Select * from Persons where personId = @Id"
In the Persons table I have a column Link_To_Picture ( C:\\Images\Person_1.jpg)
Now I want to show the person picture in SQL Server Report.
How can I do that?
Kindly Advice.
Thanks.