Hi,
I'm using a reportviewer inside a silverlight custom control.
This custom control is embedded into a lightswitch project.
In the LS screen the first column on the left contains a grid with the records I'd like to print, the second column (right) contains the custom control where the reportviewer is shown.
Everything works fine, except that when I change the record on the left column's grid, I have to manually refresh the reportviewer, using its refresh button.
I can't find a way to programmatically add a refresh method triggered to the grid_SelectionChanged event.
What I'm looking for is an easy way to refresh the reportviewer as I do with its button.
Any help?
Thx
I'm using a reportviewer inside a silverlight custom control.
This custom control is embedded into a lightswitch project.
In the LS screen the first column on the left contains a grid with the records I'd like to print, the second column (right) contains the custom control where the reportviewer is shown.
Everything works fine, except that when I change the record on the left column's grid, I have to manually refresh the reportviewer, using its refresh button.
I can't find a way to programmatically add a refresh method triggered to the grid_SelectionChanged event.
What I'm looking for is an easy way to refresh the reportviewer as I do with its button.
Any help?
Thx