This is a migrated thread and some comments may be shown as answers.

Workaround for reporting in silverlight 3

0 Answers 24 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
James Deepak
Top achievements
Rank 2
James Deepak asked on 15 Jun 2010, 04:27 PM
Hi Folks,

I'm using SL 3 and as of now there is no plan of chaging to SL 4, but i want to show reporting in SL3 . Can anyone please recommend the best possible way to do reporting in SL3.

I would like to share the progress of implementing reports in SL3:

1. I added an aspx page in Web solution of SL
2. From SL page i called the below code to show a window popup for reporting

 

Uri SourceUri = new Uri(HtmlPage.Document.DocumentUri, Application.Current.Host.Source.ToString().Substring(  
                0, Application.Current.Host.Source.ToString().IndexOf("ClientBin") - 1) + "/ReportView.aspx");  
 
            HtmlPage.Window.Navigate(SourceUri); 

Problems im facing:

 


a. I would like to pass some values from SL page to aspx page as querystring, but my paramter list is very huge of nearly 15

Can anyone please suggest a way to achieve this and also provide the code snippet if any.

Regards,
James Deepak

 

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
James Deepak
Top achievements
Rank 2
Share this question
or