Posted by rmk on 01/30/07 00:58
In my asp.net application I have a local report with an image control in the
detail row of the table and the Value attribute set as
="File://" & Fields!FQPhotoFileName.Value
The first row in the table always shows the wrong image and it's always the
same wrong image. The problem is there even when I change the sort order or
the criteria for the underlying dataset. For example, I ran a small test
that populated the dataset with 2 rows and 2 images. When I sort by any
column (e.g. ID) in ascending ascending order the ID=1 row (the 1st row)
shows the wrong image and the ID=2 row shows the correct image. When I rerun
the report sorting in descending order the ID=2 row (which is now the 1st
row) shows the wrong image and the ID=1 shows the correct image.
Any suggestions?
Navigation:
[Reply to this message]
|