Data tab missing from designer Image dialog
Posted: Thu Feb 07, 2013 1:27 am
I have added an image to my report in the designer. I want to populate it using a Property that I have coded that manipulates a Base64 string that is passed to the report in xml. However I do not have a Data tab on the Image dialog that displays when I double click the image in the designer. The dialog has tabs Image, Data Column, Image URL and File. How can I get the Data tab.
I have got around this by coding 'e.Value = LogoEx;' in the Get Image Data Value Event, where LogoEx is the property that I have coded. This works but it would be clearer if I could add {LogoEx} to the Data tab.
I have got around this by coding 'e.Value = LogoEx;' in the Get Image Data Value Event, where LogoEx is the property that I have coded. This works but it would be clearer if I could add {LogoEx} to the Data tab.