1 - I am using StiSLViewerControl. This control is in a childwindow. When I call this page from MainPage, it appeared in childwindow behind. I wold like it appeared on child. How to resolve?
2 - I need to change the StiSLViewerControl culture for Brasil (pt-BR.xml ).
3 - Because is necessary to return xml data from service to render report as in the WCF example? Because that is necessary?[
Code: Select all
viewer.ApplyRenderedReport(e.Result); e.Result - return xml
Teles