I am developing a WPF application in VB. Net and I\'m using SQL Server Reporting to 开发者_如何转开发create my reports.
I am calling a WCF service method repeatedly in a loop (with different params on each iteration) and it is causing timeout after around 40 mins. I am using the same proxy object and closing it only on
I am kinda addicted to report viewer and reporting tool, almost all my applications needs reports and I am most familiar with RDLC or RDL languages for making reports.
I have a report that is going to be saved as .doc or .pdf, my boss wants the name of this file to be saved as the parameters name [it could contain multiple values], but he chooses the开发者_Python百科
I have a report which has a Go To URL link where I build a custom URL to open with selected parameters embedded. This SHOULD open the report and set the parameters so that the report runs, but it does
Putting a parameter into the query gets the following error: \"ORA-01036: illegal variable name/number\"
I have a report that is going to be printed in a pre-formatted sheet (like an invoice). I want the user to be able to see the report as it would appear on the paper开发者_开发百科, but print only the
Hey everyone.. This is my first time writing an ASP.NET MVC web app, and it\'s going good.I have no problems there.What I don\'t have any experience in is SSRS though.Ultimately I want to be able to r
In SSRS I have a L开发者_StackOverflow社区ist with, say, a table with two columns: name and number e.g.:
In the process of deploying Reporting Services 2008, some users get confused with the new Report Builder 3.0 it comes with, especially its differences versus version 2.0 which came with SSRS 2005.