Are you including the proper script in the Sub grpItemHeader_Format section of your report script?
Try this:
ReportUtilities.SetItemImage(rpt, "grpItemHeader", "picItem", true)
...where "picItem" is the name of the Image box on the report.
I'm sure this is obvious but make sure you have images associated with your items. I wrote a report to test this feature and realized none of my items have images...
Let me know how this works. I haven't used images much but this should solve your problem.
Last edited by fryeguy; 10-13-2008 at 11:00 PM.
|