Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Dear Experts,

I have a SQL Server database, where i have a table with following columns.

ID int
NAME varchar(80)
Age int
Avtar Image

i am able to Add, Update, View all these details through windows form.
I am also able to display these fields on Report, except the Avtar (Image type Field)

My Question is what is the way to display a Image type field on a Report(*.rdlc), My application is a Windows Form Application

I am using .NET Framework 3.5.

Any help, code snippets, examples will be helpful.

regards

Prateek .
Posted

1 solution

It does not matter if you are on winforms or web application for designing the report. SSRS is designed in BIDS.

Look here for details on how to add image in SSRS:
MSDN: How to: Add an Image (Reporting Services)[^]
Display Database Image in SSRS from Northwind demo database.[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900