User Profile & Activity

bap Member
Page
of 3
Posted: November 14, 2011 6:55 AM

that's great news.  thank you!

Posted: September 21, 2011 9:46 PM

I'm sorry...but everything i've seen about metro is for list based applications targeted for consumers.  Until i see a "real" metro application that is optimized for heavy data entry and reporting, PLEASE don't waste your time.  METRO = Consumer.  Silverlight 5 = LOB (including cross platform).  PLEASE focus on getting your controls to support Silverlight 5.  METRO may some day be a good option, but it will take years...and then it won't be cross platform.  My 2 cents.

Posted: September 2, 2011 2:42 PM

That's great news!  You guys are awesome!  I can't wait to check it out! 

Reporting is the one area that has forced us to hold off on our ASP.Net migtration to Silverlight.  The fact that we won't have to re-write all our SSRS Server reports by leveraging your SQLReportViewer control is a huge benefit.  Thank you! Thank you! Thank you!

Posted: September 2, 2011 6:43 AM

Handy? Anybody?  You there?

Posted: August 29, 2011 7:02 PM

Let me give you a little more detail on how our current reporting works with an Asp.Net application and SSRS Report Server.  Please note, I'm only concerned with Security for public facing Silverlight applications.  (No Intranet).  I'm also interesting in Remote report processing from the SSRS Report Server.

Current Method:

  1. Our Asp.Net application is configured with Forms Authentication (it is a public facing web application)
  2. It uses the Asp.Net version of Microsoft's ReportViewer control
  3. SSRS is configured with Windows Security only.  Users in Asp.Net application can only run reports using the ReportViewer through the Asp.Net application.  They don't login to Report Server directly. 
  4. Report Server sits behind firewall and Reporting Web Service is not public facing.
  5. When a report is run from a web form in Asp.Net app, the ReportViewer.ServerReport.ReportServerCredentials are set once in page load to the user ID of application pool used by the Asp.Net application.  So even though web application uses forms authentication for end users the ReportViewer authenticates to ReportServer Web Service using Windows Authentication.  So we basically use an Windows "Application User ID" between asp.net and SSRS Reporting Server via the asp.net ReportViewer control...similar to how you would configure a db connection for a web app to leverage the connection pool.
  6. We limit access to the reports by locking down access in the Asp.Net web application.

Obviously, your new Silverlight ReportViewer runs on the client (versus server using Asp.Net ReportViewer).  So I realize we will need to make some changes, but what? 

  1. I assume we will have to publish the SSRS Web Service through our firewall for public access?
  2. Will we have to change the SSRS Report Server Security to Forms Authentication?  If so, that will be a pain. 
  3. Or Will your Report Viewer call some kind of Http handler that will allow us to set the ReportServerCredentials using a Windows Identity and call the SSRS Web Service?  Authentication to the hander would use forms authetication.  This would be more similar to how the Asp.Net ReportViewer works. (which is much better since we won't have to change SSRS server security). This way Silverlight can pass the forms auth cookie to http handler for user authenciation and http handler talks to SSRS serve using Windows credential.  Possibly?
  4. If not, how will one be able to set ReportServerCredentials from your ReportViewer?

That's about it for now.  Any help much appreciated!

Handy,

Will this fix be included in the 2011 R1 SP1 release?  Thanks!

Thank you Ward and Jimmy.  I appreciate your attention to this issue.  Jimmy - is the service pack going to be released this week?  Thanks again!

sorry, meant BUG in title.  it's late...need sleep.

Posted: June 7, 2011 11:46 PM

Yes, that is exactly what i did.  I figured out how to update the querydescriptor.FilterDescriptors via MVVM using search fields next to the GridView. (see picture) Filtering is working great. Thanks!

yes, i tried that but the GridView eats the click event and nothing happens.  the goal is to navigate to another UXPage.  I don't know what is best, a hyperlink column type or a navigation button column type.  but you get the idea.  thank you.

All times are GMT -5. The time now is 1:24 AM.
Previous Next