Advanced reporting
and data visualization components for .NET
LIVE CHAT Welcome, guest

 





How custom Report Viewer ?
Display Posts for:
Invert
Tung Nguyen Thanh 07/25/2010 23:25
How custom Report Viewer ?

Hi RSS team,

I've a scenario that's I want to add a new button to Silverlight ReportViewer for refreshing data but I can't find a way to do such thing.
Although I can do that easily with Winform Viewer.

I'm using RSS version 4.3.0.0

Thanks.
Irina Sabaeva 08/06/2010 06:16
How custom Report Viewer ?

Hello,

Please, follow this link to download sample application:
http://perpetuumsoft.com/support/slv4rs2008/SampleApplicationSL4CustomTemplate.zip
The Report Viewer Template is overridden and the "Refresh" button is added, which calls reportViewer.RenderDocument() function.

Best regards,
Irina Sabaeva
Perpetuum Software Support Team
Tung Nguyen Thanh 09/16/2010 22:41
How custom Report Viewer ?

Quote:
Hello,

Please, follow this link to download sample application:
http://perpetuumsoft.com/support/slv4rs2008/SampleApplicationSL4CustomTemplate.zip
The Report Viewer Template is overridden and the "Refresh" button is added, which calls reportViewer.RenderDocument() function.

Best regards,
Irina Sabaeva
Perpetuum Software Support Team


Thanks Irina,

That's my need.