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 2006 > threads for wednesday 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

How skipping a new page then a detail data group
Posted by Pasquale at 2/8/2006 11:48:11 PM
I need to create report with a detail region containing some rows related a worker. I want to skip a new page maintaning joined these rows, not skipping after each row group but when it is arised the bottom limit of the page. So, I could have one, two or three etc. information worker on the sa...more >>


Help on Installing MSRS using a domain account.
Posted by gp at 2/8/2006 9:36:27 PM
Hi, I am new to MSRS,Please tell me how to do the below mention things Can we change the custom.dll to use an account from a config file instead of the account from the app pool? Microsoft does not support installing MSRS using a domain account. MSRS corruption of the domain account ha...more >>

problem with sample XML web service as data source in SSRS 2005
Posted by likong NO[at]SPAM email.com at 2/8/2006 7:02:41 PM
Hi, Env: Win2003 SP1 + SQL 2005 + SQL 2005 reporting service (named instance). I have local admin privilege. I tried to follow the example described in http://msdn2.microsoft.com/en-us/library/ms345334.aspx to set up web service as data source in SQL reporting service 2005. My data source...more >>

Advantages/Disadvantages of SQL 2005 Reporting Vs Crystal Report 1
Posted by SDRoy at 2/8/2006 5:44:02 PM
Hi: Can someone show me a link where I can get the Advantages/Disadvantages of SQL 2005 Reporting Vs Crystal Report 10 ? Thanks in advance. -- Thanks, SDRoy...more >>

Portrait Vs Lanscape
Posted by SDRoy at 2/8/2006 4:58:27 PM
Hi: Does anyone know if it's possible to set a property in the .rdl file or somewhere which will print the report in Portrait or Landscape ? Basically, pre-setting the print option to a choice of Portrait or Landscape when the print-icon is clicked for a rendered report. Thanks in advanc...more >>

Moving RS to new Hardware
Posted by Jason Wood at 2/8/2006 4:55:12 PM
I have two servers, one being the SQL server with RS db, one being the webserver with reporting services on it. I want to replace this webserver slowly by installing reporting services on a new server but at the same time being able to access the reports on the old server until we take it offlin...more >>

how to use bookmarks in a report ???
Posted by grasshopper at 2/8/2006 3:09:30 PM
I have a report with three different charts. I would like to provide a link to each chart at the top of the report - so when a user clicks the link, they are taken to the relevant chart. Can anyone tell me how to create a bookmark on a chart (or a textbox, or anything!) - and link to it. ...more >>

text overlapped
Posted by Lilster at 2/8/2006 2:01:30 PM
Hi, I have a report when saved in PDF file, the text was overlapped. Has anyone encountered this problem before? ...more >>



Report Parameter Length
Posted by RobinB at 2/8/2006 1:52:27 PM
We are planning on passing in an XML document as a report parameter but have not been able to determine if there is a maximum parameter length. Does SQL Reporting Services 2000 have a maximum parameter length? Thanks....more >>

Collapsing blank lines in Reporting Services
Posted by HHoward at 2/8/2006 1:48:27 PM
Is there a way to collapse blank lines in Reporting Services? I have a report where I stack contact information -- address, phone, email -- and some records don't have one or another of these items. Rather than leaving blank lines in between data, makin the report difficult to read, I would ...more >>

Reporting Services 2005 WMI documentation inccorect?
Posted by Nuno at 2/8/2006 1:42:28 PM
I have SQL Server 2005 + Reporting Services 2005 installed on a machine. I've implemented Custom Forms Security Extension. When I run the code below I get a WMI Exception "Not Found"? I think maybe I have the namespace or class name wrong... The documentation has both "MSReportManager_Configur...more >>

Sybase stored procedure
Posted by Eric at 2/8/2006 1:36:30 PM
hi, Im using an ODBC datasource linked to a Sybase database. In the dataset designer, I can access data in a table using the following syntax : SELECT * FROM "exp"."PROJ" However I can't seem to find the proper syntax to call a stored procedure. I select Stored Procedure as the Comman...more >>

dynamic query "expression expected" error
Posted by kelkoenig NO[at]SPAM gmail.com at 2/8/2006 1:32:06 PM
I'm using the following SQL and receiving: "The expression for the query 'NOL' contains an error: [BC30201] Expression expected." ="SELECT C.CardholderLastName, C.CardholderFirstName, C.CardNumberLast4Digits, C.CUDiscoveryDate, C.EstimatedLossAmount_Quantity LossAmount, C.CUSTOMERREFERENCE, (...more >>

Cannot perform needed expression
Posted by dba123 at 2/8/2006 1:18:28 PM
Is there a work around for trying this in my footer table field in my SSRS 2005 report? =SUM((Max(Fields!FeeGoal_AZ.Value) / (Fields!FeeSchedule.Value) * 100) doesn't allow aggregate functions inside SUM...but I need to do this! ...more >>

I need help in Reporting Services 2000 :'(
Posted by Carlos López. at 2/8/2006 12:21:27 PM
Hi, i need to know if in RS2000 i can: 1 - Change the text of the exportar link to an image or another text. 2 - Chage de arrangement of the parameters to vertical (one below another) 3 - If there is not results for the query, show a message like "There is not results for your query, try anothe...more >>

Where can I use the "ceiling" expression to limit table rows per p
Posted by Misty at 2/8/2006 11:49:25 AM
I have seen that what I want to do can be accomplished by using =ceiling(RowNumber(Nothing)/7) And (Check the page break at end) But I am unsure HOW to use it.... My table has a header and 2 detail groups....do I use this expression in the properties...and where, exactly. I wan...more >>

HTML Paging
Posted by jimmy at 2/8/2006 11:48:22 AM
I have 2 reports and when i veiwed one is displayed with paging and one without. The PageWidth and PageHeight are (11, 8.5) on both. Any ideas why one is displayed with paging and the other isn't? Thanks....more >>

Deleting a Report from a Production Area deletes all subscriptions
Posted by Alec Hardy at 2/8/2006 11:20:31 AM
We have two areas for our RDL files in Report Manager. The Main repository is where the solution for Visual Studio is. we also have other directories that contain the production reports. When we make a change to a report, we deploy to the main area, then copy over the report to the producti...more >>

Report Model
Posted by greg at 2/8/2006 10:35:19 AM
Hi there Has anyone used the new report model in Reporting Service 2005 and notice d the glaring bugs that are very obvious and make the Report Model itself a non starter for using. I just wonder if MS are aware of the bugs which make the product look unfinished. Thanks Gregor Suttie ...more >>

How to find out if a subreport has data
Posted by shane.eckel NO[at]SPAM seattlesoftware.com at 2/8/2006 10:34:59 AM
I have a report and a subreport. I have a toggle on the report that I want to show/hide based on whether or not the subreport has data. Does anyone know how to do this??? Thanks in advance! Shane ...more >>

rsLogonFailed - but the reports work in VS2005 preview?
Posted by Rob 'Spike' Stevens at 2/8/2006 10:05:29 AM
The error I get is "Logon failed. (rsLogonFailed) For more information about this error navigate to the report server on the local server machine, or enable remote errors " The reports all work when in VS 2005 in the preview mode. When I deploy, the reports on the server point to the corren...more >>

Master and Detail Totals
Posted by Larry Charlton at 2/8/2006 7:10:27 AM
Is there a way in reporting services to get a master record total along with detail record totals? For instance. If I have an Invoice record with sales tax and invoice items with item costs. Is there a way to get the sales tax total as well as the detail record totals (while still displayin...more >>

Q: exporting programmatically
Posted by JIM.H. at 2/8/2006 6:43:52 AM
I embedded ReportViewer into my ASP.Net application and since we can manually export report to xls file, is there any way I can export it programmatically? Thanks, ...more >>

The case of the missing Report Header
Posted by DecksTerrorT at 2/8/2006 1:53:27 AM
Hello Everyone, Im currently developing a report for a clinical system which requires patient information to be displayed at the top of each page. This seems to work fine when viewing in a web-browser and via VS but once I export the report to pdf it seems to put whitespace where the heade...more >>

Dividing lines between questions in report
Posted by Denise at 2/8/2006 12:00:00 AM
Hello I'm using SQL Server Reporting Services 2000. I have a report with the following details:- Subtopic Question Answer Total %age Details %age The query behind the report groups results on subtopic and question. What I would like to do is put in a dividing line every tim...more >>

How to pass a null parameter?
Posted by Diego F. at 2/8/2006 12:00:00 AM
How can I pass a null parameter to a report through the URL? I hide the toolbar, so I don't want to see the null checks, and I want to pass the null value instead. -- Regards, Diego F. ...more >>


DevelopmentNow Blog