I am trying to display different images based on data returned. I am running into the following issues
DataSet is not available on the image control for me to make decisions based on the column information. I am using a grid layout (no tables)... Think of a letter
I tried to create report level variables and assign it the value from dataset during the onFetch event. However, that assignment does not happen.
I have tried both
rptvar = dataSetRow["colname"]
rptvar = Row["colname"]
I have confirmed that onFetch event does get called using Javascript debugging (see http://www.lebirtexpert.com/wordpress/2010/08/)
Please let me know how to access dataset columns to dynamically create the image URI