I've been assigned to finish up the development of a Silverlight application. My remaining task before the product release is to add in reporting capabilities and I'm a bit overwhelmed as to how to properly do this.
The Visual Studio solution contains the following projects: TCMM, TCMM.Common, TCMM.Web. In the /Views folder in the application (TCMM), I created a new Silverlight user control that has the Silverlight Report Viewer in it and I created a new project within the solution called TCMM.ReportLibrary, where I had planned to build all the reports (there are eight or nine that are required).
When I run the application now, I get the following error: The Silverlight project you are about to debug uses WCF RIA services. WCF RIA services will fail unless the Silverlight project is hosted in and launched from the same web project that contains the WCF RIA services.
Because I have some .NET experience, I inherited this project after the original developer left the company. I'm totally new to Silverlight and this is far more complicated than any of my past .NET experience. I used the step-by-step tutorials and the examples included in the install, and I can successfully create reports using the AdventureWorks database and the examples. However, every time I apply these techniques to the existing solution, I get the above error.
I wonder if it's the way I've added the new project folder that holds the library (TCMM.ReportLibrary) or the report viewer page or if it's just not possible at this time, and I should be looking at a different solution. I'm using Visual Studio 2010, Telerik Reporting Q3, and Silverlight 4.
I am trying to export to JPEG,GIF, and PNG, so set up the config section as mentioned in the documentation, run the report choose jpeg, hit export, works but only seeing the first page on jpeg image, my report has 5 pages. How do I make it export the whole report to image. Thanks.
Hi..
How can access the Winform Toolbar? Can it be customized?
How can I access the controls..
I want to automatically dropdown the 'Export options' when the form is loaded.
Thanks again
Please for me a example about reporting in asp.net connect with Sqldatasource. I using VS2010 and Reporting 2010 Q3. Not Using Report Wizard, i want using code manual.
I receive an error on running.... "Missing operator before Parameters operator", I have had this error before with both Exec and RunningVal and wonder where the issue could be? My Report name is "TabAgTp" and I do declare this.Name= "TabAgTp" after InitializeComponents();
When creating a report that is a PDF file is there any way to create a link to a web page. I use an icon to indicate when extra photos are available on our website and was wanting to put a link on it so the user can go directly from looking at the PDF to a page on our site.
If not available could this be added as a feature request please?
Automatically check the "Done" Check box on the Bidders List if the Date Quote Sent has a date in it
BiddersJobList is a Report it has to - set 'done' chekcbox to yes if quote has sent date value. Can there be a link between the "date quote sent" filed and the "done" box on the Bidders List report where if a date is entered a check mark is inputted on the report?
in the bid job worksheet change the 'done' checkbox to a functioning check box that is set to yes if there is a sent date on the quote. Automatically check the Done box if the Quote Sent Date is entered
Need a cancel button on the report preview screen when a user doesn't want to priview the report in silverlight applications
please help me if its possible in silverlight with code