Report Viewer Table Cell

I have a table inside the report viewer, and on one of the cell in the table, what I want to happen is when I click that cell it will swap to a different window. How can I do that?

Unfortunately, you can’t do that in a report viewer component because the table inside the report doesn’t have event scripts. If you have a table component from the “Table” tab of the Component Palette, you can use either use a propertyChange or mouseClicked event script to accomplish whatever you want.