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 > july 2005 > threads for monday july 25

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 31

reportbuilder
Posted by Michael Vardinghus at 7/25/2005 11:17:30 PM
in rep s 2005 there is a reportbuilder - anybody know if this will be available with 2000 ? ...more >>


Forms Authentication Finally Working!!!!!
Posted by Neo at 7/25/2005 5:58:02 PM
I finally got forms authentication to work, but when I create a new user and log in, I don't get any menus. My question is how do I assign the user I created access to the appropriate menus (e.g., view report list, subscriptions, etc.)? The sample dB is different then the ReportServer dB...more >>

CR to SQL RS
Posted by Brian S. Bergin at 7/25/2005 5:35:59 PM
Sorry, already posted this but forgot to use new MSDN nospam alias so here it goes again... Has anyone actually found a Crystal 8.5, 9, or 10 conversion tool to take those reports to MS SQL RS? Seems like this would have been a great tool for MS to do, but perhaps they're worried about the go...more >>

I can not get ReportViewer to display a server report
Posted by Bill Lane at 7/25/2005 4:59:01 PM
I am unable to get the reportviewer to display a server report from my aspx page. If I configure the report server as Http://server/reportserver/, I get a http 401 error. If I configure the report server as http://server/reports/, I get a http 404 error. The report name is report1. The repor...more >>

Print Icono
Posted by RS at 7/25/2005 3:49:01 PM
Dear Why in my reports dont show print icono or print button? Help me please...more >>

How to get reports on internet?
Posted by Binoy at 7/25/2005 3:13:02 PM
We were using reports on our intranet environment for a while and tried to create couple of reports on internet. We did this - Installed a Windows 2003 Server/SQL Server 2000/Report Services, then uploaded reports. Can we get reports on our web pages without giving an external IP for Report...more >>

How to flow a table into a second column
Posted by Noel Weichbrodt at 7/25/2005 1:47:08 PM
s it stands, my table skips the second column on the page and flows into the first column on the second page, and then the first column on the third page, ad nauseum. I want the table to fill up both columns on the page before breaking to the next page. All the docs I've found state that flowing...more >>

Divide by zero display "0"
Posted by Fab at 7/25/2005 1:41:23 PM
Hello, how would I write an if statement to ensure that a "0" is displayed if a divide 0/0? Thanks ...more >>



Newbie question: Drillthrough links not working after publishing
Posted by Crandaddy at 7/25/2005 1:41:07 PM
I've published my first three reports from VS.NET 2K3 to my local Web site, and the drillthrough links do not work when I view them through the Report Manager. The links work fine in Preview mode. When I view the first report and use the drillthrough links to the second-level report, I get ...more >>

Is there a Sql Svr 2003 Reporting Services version?
Posted by Michael Miller at 7/25/2005 1:04:04 PM
I am hosted by an office in MN. At our end we will have report browser and VS 2003 for development. The host office is on sql 2003, according to the logo that comes up. I was wondering if they have RS 2003 (i asked and have not received a response)? Is there such a thing? All I see in the...more >>

DNS_HOST_NOT_FOUND on localhost with Adventureworks
Posted by Bob at 7/25/2005 12:58:02 PM
Hi, I just installed on XP Pro SP1 - the developer edition for SQL 2000 & Report Services. The problem I am encountering is that I can not get any report to render. I can publish/deploy them without error. The report manager works fine until I click on a report. Here's the odd part, i...more >>

Date parameters with annoying and unwanted Timestamp.
Posted by RK at 7/25/2005 11:56:55 AM
I have two date parameters which will be used as data range in my report. But when I enter same date in both date parameter text boxes it appends the timestamp (12:00:00 AM). Example: When I enter 07/24/2004 and 07/24/2004 it converts that into 07/24/2004 12:00:00 AM and 07/24/2004 12:00:00 AM....more >>

Upgrading From SQL Server 2000 to 2005
Posted by Ben at 7/25/2005 11:30:31 AM
I am currently evaluating RS for SQL Server 2000 and the question has come up as to whether we can upgrade to SQL Server 2005 and have all our reporting projects moved as well? Is this possible? If there is additional work involved to do this upgrade, where can I find this information? I did...more >>

Upgrading From SQL Server 2000 to 2005
Posted by Ben at 7/25/2005 11:28:04 AM
I am currently evaluating RS for SQL Server 2000 enterprise, and the topic has come up whether or not we could easily upgrade from SQL Server 2000 to 2005 and all our Reporting be moved over as well? Is this a straight upgrade? If not, what type of work is involved when we do decide to make t...more >>

Year to data and selected Month
Posted by Hennie at 7/25/2005 11:16:56 AM
Hi I want a report that can give me a layout as follows: Name Address Quantity Month Quantity YTD Amount Month Amount YTD Paul xxxx 2 5 300 850 John dfsfd 1 3 100 250 Peter dssd 5 7 900 1200 Samantha sdfgdsgf 3 5 450 650 The table in the SQL 2000 db only st...more >>

Sorting and Grouping
Posted by JAYVR at 7/25/2005 11:00:04 AM
All, I have a report where I have implemented sorting and paging. I have implemented sorting in the Sorting tab of "Table properties" and I have implemented paging using a suggestion in this forum. I dynamically create groups based on the row number so that each group has exactly 19 ro...more >>

This expression causes the word "Black", NOT the Color...
Posted by trint at 7/25/2005 9:23:17 AM
Ok, I just cut and pasted it: =IIf(Fields!Purchase.Value < 0, "Red", "Black") Is this in the correct format, or is their a problem in the font settings? Thanks, Trint ...more >>

Sp2 must also be installed on client?
Posted by Luis Esteban Valencia at 7/25/2005 9:12:15 AM
sp2 must also me installed on the developer machine or only on the server machine? Thanks ...more >>

Duplicating Reports
Posted by Brennan at 7/25/2005 9:01:05 AM
HI: RS newbie here. I have several reports that I'd like to use as a template for other reports. Is there any way that I can duplicate a report once I have created it. I tried to copy of all to files connected to the report (rdl , suo etc) and then rename them with a new report name ...more >>

Install webpart?
Posted by Luis Esteban Valencia at 7/25/2005 7:44:58 AM
Hello, as long as I know RS Sp 2 comes with a webpart. the fact is that I have reporting services in a server different of the one where WSS is installed. How can I use the WebPart in my SharePoint Site. ...more >>

Allow Multiple Parameters form Windows Application
Posted by Ms Code Buster at 7/25/2005 7:43:02 AM
I have been working through a solution to allow multiple parameters to be passed into a SQL RS report. I have created a windows application that calls sql reporting services. The problem that I am having now is passing the multiple values the user selects from the dropdown to sql reporting s...more >>

Merged cells created in Excel Export
Posted by David at 7/25/2005 7:03:05 AM
I am having problems trying to prevent data to be displayed in merged cells. When the report is exported to excel, the start and end of a control forces a start and end of a cell in excel. To prevent this I have snap to grid on and I am using the properties to get exact measurements to lin...more >>

How can I include two expressions in one textbox?
Posted by trint at 7/25/2005 6:38:33 AM
Here are the expresstions: =(Fields!Purchase.Value + Fields!Matrix.Value + Fields!QualiFly.Value + Fields!Dist.Value + Fields!SM.Value + Fields!BreakAway.Value + Fields!Transfer.Value + Fields!Spent.Value) =iif(fields!Purchase.Value=0, "black", "red") Thanks, Trint ...more >>

Report Bursting
Posted by oscar at 7/25/2005 2:43:06 AM
Hello, Is there a possibillity to use Report Bursting in reporting services ?...more >>

Scheduling Report to render in to PDF format
Posted by Anitha Naidu at 7/25/2005 1:48:04 AM
Hi, I have a report with 25 subreports which needs to generate one pdf file on schedule basis (ie. schedule report to render in to PDF format based on some time and date setting). Is there any way of doing this? Thanks in advance for the helper. Regards. Anitha ...more >>

Pulling reports from Reporting Services via DTS
Posted by GML at 7/25/2005 12:00:00 AM
I have a warehouse load that runs overnight (executed via SQL Server DTS packages) and generates a lot of metadata including data errors, reconciliation totals etc. Once the warehouse load has completed, I want to e-mail the relevant people with a reporting services report summarising the meta...more >>


DevelopmentNow Blog