Groups | Blog | Home


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 > november 2005 > threads for wednesday november 16

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 29 30

Get connection string from datasource from custom code?
Posted by Martin F at 11/16/2005 11:19:32 PM
Is it possible to retrieve the connection sting from a shared datasource or the datasource of a dataset from custom code? My problem is not unique, I want to put data from the database in the report header. My solution is to create a function in custom code and simply connect to the database t...more >>

Parameter with wrong data type
Posted by Jackson at 11/16/2005 9:51:09 PM
I have a sql table with a nvarchar type and I would like to use this field for a parameter but when I try to create a parameter for it. I receive a "Application uses a value of the wrong type for current position" Is there anyway I can use a parameter for this field? I've tried all of t...more >>

LocalReport.Render creates PDFs 10x the size of RS 2000
Posted by davedave at 11/16/2005 3:30:14 PM
I'm using LocalReport.Render to create PDFs from my VB.Net 2005 application. The resulting PDF is about 10x the size of the same report rendered from RS 2000. Looking inside the generated PDF file, I see that the main body of the report is no longer using any compression. Is there any way...more >>

SetParameters for Winform Control
Posted by Bruce L-C [MVP] at 11/16/2005 3:12:36 PM
Everything I find about it just mentions putting it on the form. I can do that but I want to have programatic control over the report it should use, its parameters, etc. I started off just trying to set a parameter programatically. I tried this code: Dim Params(1) As ReportParameter Dim L...more >>

Subscription problem - some recipients not receiving e-mail
Posted by Peter A. Schott at 11/16/2005 3:01:11 PM
This is an odd one. I received notification a couple of days ago that some of our users just stopped getting the reports I'd set up by subscription. I hadn't noticed because all of my reports still come through with no problems. I added myself to the list of recipients for one of their reports...more >>

Calandar Control
Posted by retkow at 11/16/2005 2:33:54 PM
How do I use the new calandar control available in 2005 when select date parameters?...more >>

rsUnexpectedError
Posted by David at 11/16/2005 2:14:34 PM
On one of my reports, I am getting the following error when I try to print: An unexpected error occurred in Report Processing. (rsUnexpectedError) I have read from somewhere that it is because I have a subreport within a table on my report. Does anyone know if that is true and if so, what ...more >>

rowcount in header not printing
Posted by scott.d at 11/16/2005 11:34:54 AM
I have figured out that you really can't place a function like CountRows directly in a report header. So I tried creating a textbox in the header that points to a textbox in the body that does the calculation. There expression for this new textbox looks like the following: ReportItems!tbRowCo...more >>



Unable to secure Reporting Services 2000
Posted by russ at 11/16/2005 9:15:25 AM
Hi, I have setup a dev version of Reporting Services 2000 and have removed all access to the reports via the report manager except for a single domain user (i.e. me) When other developers access the (http://server/Reports/) portal they are unable to run the reports however, they are able to...more >>

VS 2005 and SRS 2000
Posted by laskowski NO[at]SPAM gmail.com at 11/16/2005 8:41:43 AM
What is the backword compatability with VS 2005 and creating reports for SRS 2000? ...more >>

Access to snapshot tempfiles is denied
Posted by Dan Fell at 11/16/2005 8:27:18 AM
I take a snapshot of a report an it views fine the first time but I get the following error on subsequent viewings: An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online Help Access to the path "C:\Program Files\Microsoft SQL Serv...more >>

How to add subfolders to the SRS Server?
Posted by patuww at 11/16/2005 7:55:24 AM
I have not been able to find info on how to do this. I want to be able to group reports in subfolders on the report server. i.e. Accounting in one, sales reports in another. Does anyone know how to do this using rss scripts? ...more >>

How to convert string output to number?
Posted by agenda9533 at 11/16/2005 7:39:51 AM
I have a function that apparently returns value in string format (pls correct me if I'm wrong). When I try apply this in ‘textbox13’ =Sum(Code.HoursUsed( Fields!date_opened.Value, Fields!last_updated.Value )), it brings me error "The value expression for the textbox ‘textbox13’ uses...more >>

Multi value parameter not working
Posted by sirisha at 11/16/2005 6:56:08 AM
I have installed MS sql server 2005 developer edition beta2. In report designer,i have given a parameter to a multi value and when see in preview i am able to see the multi valued parameter. but when i run it and see it in reportserver,even though i select multi values,while displaying the res...more >>

Upgrade but no Report Builder
Posted by Larry Charlton at 11/16/2005 4:30:03 AM
I am testing the upgrade process to Reporting Services 2005. I ran the upgrade advisor and no problems showed (other than there are things we can't detect error). I ran the upgrade just fine. Now here's a couple of notes: After upgrading, I didn't see the Report Builder icon. Figuring it wa...more >>

Jutity text
Posted by Manuel at 11/16/2005 2:38:06 AM
Hi, I'm looking for a way to justify text in reporting services, I thinking that with a custom assembly I will can do it? Somebody did it? Can somebody tell me how? Thanks Manuel ...more >>

ReportViewer problem after deploy
Posted by Chris Botha at 11/16/2005 1:49:14 AM
I created a Web site using VS2005 and one of the Web forms has a ReportViewer control. This works great on the development computer itself. I then deploy to a computer with only the Framework 2.0 installed and not VS2005. Everything works, except when running the page with the ReportViewer, ...more >>

Datasets in same region ?
Posted by Jack at 11/16/2005 12:00:00 AM
Is it possible to use different datasets in the same region in the report. Let's say I have 2 sources which I need to combine, I have a field in each source I need to add together and see that result for a list of different accounts. I tried to do it in an expression choosing the datasets,...more >>

Complex IIF statement not working
Posted by Rick via SQLMonster.com at 11/16/2005 12:00:00 AM
I am not understanding what my issue is on this one! I can look at the data returned from the dataset in Data view, but when I attempt to show a table based on at least one value being true (from several) it says: "The hidden expression for the table 'table1' refers to the field 'SSFLunchRegula...more >>


DevelopmentNow Blog