i use asp.net with c# and Display Image In Crystal Report The Image is display well when data display on report but when no data available then image is also not display.
i use dataset to bind data source in dataset there are two tables first which is contain image byte stream and second with Actual data of Report.
problem is that
when second table have data then Image is Display well on report but when Second table have no data then Image is not Display on Report Give me Suitable Solution.
Thnx In Advance.