views:

2

answers:

0

Hi,

i encountered some problems on Report Builder.

i created two tables. One of them includes geospatial data(points), city name and city code. other includes city code and its image(each city has own image). these tables have relationship as you see.

date type of Fiels :

geom : geography

cityname: varchar(50)

citycode : varchar(10)

image : varbinary(MAX) or image

Now, i want to show each city with their own images. i achived showing different points with different shapes(not image) such as rectangle,circle... but not with images...

is there any way to do this?