Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > sql server reporting services > february 2005 > threads for tuesday february 8

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

MonthName function in IIF
Posted by Matt at 2/8/2005 7:59:02 PM
Hi, We are getting a runtime #error when using MonthName in an IIF function more than once as follows: IIF(Parameters!ReportPeriod.Value < 7,MonthName(Parameters!ReportPeriod.Value + 6),MonthName(Parameters!ReportPeriod.Value)) Parameters!ReportPeriod is an integer, and the expression w...more >>

Processing is very slow and rendering report in PDF is very slow. Need suggestions and a starting point on what to try next.
Posted by Mossman at 2/8/2005 5:31:03 PM
Hi, I am trying to re-engineer a report that was originally developed in Crystal 7 into SQL Server 2000 Reporting Services. The reason for this is that we are moving to a new infrastructure that is running Windows 2003 Server. Crystal 7 is unsupported and it won't even install. The report...more >>

HTML vs PDF - Format & Rendering
Posted by dsabo at 2/8/2005 5:17:02 PM
Hi, I have been working with RS for a long time, and so far I can't get the HTML Render or the Report Manager to display the reports with the right formatting, but the PDF redering works fine. Most of my report looks messy in the Report Manager, but when I export them to PDF the lo...more >>

Report Parameter/filter
Posted by vbaker at 2/8/2005 2:49:03 PM
I have a drop down on my report but I want the user to be able to select more than one option from the drop down list....is that possible? ...more >>

Bar Chart with trendline
Posted by EricJ at 2/8/2005 1:53:06 PM
Is there a way to have a column bar chart and have a moving average or trendline inlcuded in the chart? Right now I have a simple column bar chart which displays number of orders on the y axis and time of day on the x axis. I have been requested to add a trendline for number of orders on the...more >>

SMTP server transport error 0x800ccc6a
Posted by pwi at 2/8/2005 12:23:07 PM
Hi, we are using an SMTP Server, which just works fine with other applications. But if we try to deploy reports by e-mail, using the standard e-mail subscription of report manager, we get this message: "Failure sending mail: The message could not be sent to the SMTP server. The transport e...more >>

How to get a list of all RSs on my network
Posted by Victor at 2/8/2005 11:51:06 AM
I want to show in a combo box all Reporting Services on our network, so user can select one on which he wants to publish a new report. It can be one or many RSs on the network. How can I do that? Thank you. Victor ...more >>

Birthdate calculation
Posted by Mike at 2/8/2005 11:35:06 AM
I am trying to calculate an individual's age by using the individual birthdate (i.e. 02/12/1982) and subtracting the date from the current date. Then divide the answer by 365.25. When I format the dates as MMddyyyy and the subtract the individual birthdate from the current date. Then divd...more >>



Table Filter condition problem
Posted by Sophy G. at 2/8/2005 11:21:02 AM
Hi, I try to put a filter condition in a group of my table but it does not apply my filter on my group. I tried many different ways, but nothing works. The total I get in each textbox return the complete total like if I did not give a condition. Like I said, I tried many way like to put e...more >>

Moving schedules with a Reporting Services database
Posted by bobhug at 2/8/2005 11:05:11 AM
Hi! I am aware of http://support.microsoft.com/?kbid=842425 which covers the basics of how to move a Reporting Services database. I additionally understand about the RSEXECROLE role needing to be added to master and msdb, with the proper permissions granted, which this article does not me...more >>

rsProcessingReport error!
Posted by bokey at 2/8/2005 11:03:05 AM
I am getting the following problem when trying to process reports with parameters. If I restart IIS, it fixes the problem for a while. I'm on IIS 6. Reporting Services SP1. An error has occurred during report processing. (rsProcessingAborted) The processing of group expression for the...more >>

Converting Crystal Reports
Posted by jjrr007 at 2/8/2005 11:03:01 AM
Hi, I am working on converting Crystal Reports to RDL files. I want to convert my reports to an RDL file, so I can use Reporting Services in MS SQL and Visual Studio.Net- instead of Crystal. I have two questions: I have done a lot of research into this and it seems there are paid service...more >>

How to tell if SP1 is installed?
Posted by Spencer23 at 2/8/2005 10:35:01 AM
Hi, I was just wondering if somebody could tell me how to check and see if SP1 for SQL Reporting Services is installed on a particular machine? Thanks...more >>

NullReferenceException when using data-driven subscription with custom data extension
Posted by bigredgum1 NO[at]SPAM excite.com at 2/8/2005 10:21:51 AM
Hello, I am trying to set up a data-driven subscription, where the command that returns the list of recipients is run against a custom data provider extension. However, when I validate the query (on step 3 of the wizard), I always get the error rsCannotPrepareQuery, with the message "Object r...more >>

Reporting, Visual Studio, layout level, median function
Posted by Jim at 2/8/2005 8:39:02 AM
I'd like to calculate the median of a set of values, ie: 1,2,2,2,5 would have a median of 2. I've been able to get the average using sum(fields!1.value)/count(fields!1.value) or Avg(fields!1.value). How can the median be found using either a function or a math formula? Thanks, Jim...more >>

"Too many requests being handled for user" error while accessing Report Manager
Posted by Ramki at 2/8/2005 8:20:06 AM
Hi, When I try to access Report Manager(http://<reportserver>/Reports) I'm getting the following error message: "There are currently too many requests being handled for user: [DOMAIN]\[USER]. Please wait until the current requests have finished processing before issuing any more." However ...more >>

Render Time format check
Posted by arexey NO[at]SPAM gmail.com at 2/8/2005 8:14:07 AM
I need to be able to figure out whether the report is being exported or viewed as HTML. Our application uses SOAP for all RS interactions. I had a great solution for a while where i modified a hidden isExport parameter. The problem is that the SessionId is reset every time the parameter set cha...more >>

Convert Crystal Reports to RDL
Posted by jjrr007 at 2/8/2005 7:29:01 AM
Hi, Is their a way to convert Crystal Reports to RDL? I have done some research and found only companies that will do it for a fee (such as Hitachi). Is their an online utility that will do this? Or even reasonably priced software that will do this? Any direct links will be very helpful...more >>

Report Parameters
Posted by Chandler at 2/8/2005 6:41:03 AM
I am using report parameters that are non-queried. I want one parameter label to be "All" and I want it to act as a wildcard. I tried giving it a value of % and setting the Data Type to String instead of integer. It didn't work though. What value will act as a wildcard and include all inte...more >>

The real ripeness of Reporting Services
Posted by Dev Main at 2/8/2005 2:29:02 AM
I'M SHOKED ! ! ! I need a report with 5 parameters. Reporting Services can definitly not fullfill this requirement! Using cascading parameters couse that requery the parameter lists multiple times completly unnecessary. Performance is inacceptable through this. The parameters are confus...more >>

custom assembly permissions
Posted by Dev Main at 2/8/2005 2:07:03 AM
I wrote a custom assembly which access a oracle server database (ODBC). The report failes on the RS Server, not in the Report Designer. The problem is the database access, without it the assembly works. I modified RSReportServer.config and rssrvpolicy.config. I read everything I could fi...more >>


DevelopmentNow Blog