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

Can I change the default CSV extract to reporting services
Posted by John230873 at 5/25/2005 9:39:32 PM
I have been searching and found the answer to my problems in the XML string sent from the reporting services engine on scheduled jobs. I know I need to add a Noheader command and also change to ASCII. I wondering how do I do this to scheduled jobs with in the reporting services environment...more >>


Leading spaces stripped from text in PDF export POST SP2
Posted by Neil at 5/25/2005 9:25:01 PM
We have found that post SP2, leading spaces are being stripped off text in reports exported to PDF format. Pre SP2 the export was working fine. i.e. The Text " Product XYZ" was displayed as " Product XYZ" in the PDF output pre SP2. It is now displayed as "Product XYZ". Has anyone e...more >>

How to Move Report Server Database
Posted by Michael at 5/25/2005 7:34:01 PM
Following kb 842425 I successfully and reapeatedly moved a report server database from my laptop to my desktop with little problem. (i.e. backed up dbs, keys on source pc; moved files to destination pc; stopped services; restored dbs; restarted services; ran config utility; applied keys; test...more >>

Access denied problem when calling Webserivce
Posted by J-T at 5/25/2005 5:38:55 PM
I 'm calling a web service using this code: ReportingService service = new ReportingService(); service.Credentials = System.Net.CredentialCache.DefaultCredentials; I was getting an "Access Denied" everytime, but it works when I use this code : ReportingService service = new ReportingServ...more >>

detail view
Posted by Glen Tosco at 5/25/2005 4:39:46 PM
When opening an RS folder in IE 6 I get a Detail View and must click "Hide Details" is there a way to make it open in summary instead of detail? Thanks! Glen ...more >>

Why is Report generation so slow?
Posted by pmud at 5/25/2005 2:27:03 PM
Hi, I am using SQL reporting services.The problem is that My report generation takes a lot of time. What is the reason for this? I know of 3 reasons : 1. The database is on the data server and report manager is on webserver. 2. There are 2 images in my report which are project images and no...more >>

EMail Delivery Format Problems
Posted by Daniel M at 5/25/2005 2:20:24 PM
I have installed RS with SP1. I can send e-mails with reports attached to it, but when I open the attachment I only see garbage, no matter what kind of format I select (excel, pdf, etc.). Any ideas?. Should I change something into the configuration files? Thanks, Daniel ...more >>

PDF Export taking too long
Posted by Alex at 5/25/2005 2:08:50 PM
I am using RS SP2 with SQL 2k SP4. I have a fairly large report, in the region of a few hundred pages. It has a couple of parameters that filters the data. I have it linked from a web application and it goes directly to PDF. If the parameters are set the report renders to PDF pretty quickly...more >>



How to hide the print button on the toolbar?
Posted by BF at 5/25/2005 1:59:18 PM
I want to force users to export my report into PDF or Excel then print from those applications. So I want to hide the print button on the toolbar. Does anybody know how to hide the print button on the toolbar? Thanks a lot....more >>

Organizing your reports
Posted by clutch at 5/25/2005 1:22:07 PM
Hi, I was wondering how some other organizations had organized their directory structure in report manager? Maybe by subject area, authorization level, by department? Feel free to comment....more >>

HOW: Programmatic change chart title?
Posted by Greg at 5/25/2005 11:05:04 AM
Is there a way to programmatically change the Title of a chart? Thanks - G...more >>

Can it be done? WinForm consumes report, then prints direct to printer
Posted by Michael Morisoli at 5/25/2005 10:58:24 AM
It seems like there must be a way to do this basic task. A winform app calls a report, passes the parameters and then outputs that report directly to the printer without user intervention, or browser sessions. I really dont want to go back to Crystal to do this. Thanks, Mike ...more >>

Writing an Expression to Convert Date to String
Posted by abakshi NO[at]SPAM avectra.com at 5/25/2005 9:59:48 AM
I am creating a report in RS where I need to display "N/A" when the value in the date column is NULL else it should display the date. The date column is being pulled from the database and has datetime datatype. Basically in CR I can write the formula as: if isnull({sp1.Close Date}) then 'N/A...more >>

Generic GDI+ error
Posted by Jenise at 5/25/2005 9:50:03 AM
Hello, There were a couple of posts about this but no answers. I wanted to see if anyone has been able to resolve the "Generic error occurred in GDI+" message when they attempt to preview the report? I'm just trying to create a simple stacked column report. Are help would be greatly a...more >>

using input parameter for oracle text query
Posted by steve at 5/25/2005 6:40:02 AM
I have an oracle query like: Select x, y, indate from mytable where indate BETWEEN to_date(<what goes here>, 'yyyy-mm-dd') AND to_date(<what goes here>, 'yyyy-mm-dd') I have input parameters already created in the proper format that i want the query to use . How do i include them in this...more >>

How to specify columns to render?
Posted by dluk at 5/25/2005 5:46:08 AM
We want to allow user select what columns of report (we use simple 1-table reports) he wants to see. Is there any way to do it except of generate custom rdl file on each request?...more >>

MIME attachment blocked
Posted by Joachim at 5/25/2005 2:51:03 AM
We send reports via subscription and the attachments are blocked by Mailsweeper saying "Invalid base64". It seems that the server encodes the attachment wrong so it's blocked by mailsweeper. In notepad the "extra" character is visible. I encoded an attachment locally and no extra characters ...more >>

Sorting a column referencing an expression only
Posted by Ricoche at 5/25/2005 2:31:01 AM
Hello, Hopefully I can explain this clearly. I understand how to sort columns that reference fields in a table. However, I have created a column titled "Total" which basically totals my "QTY" and "COST" field columns. Crystal reports allows you to sort an @TOTAL formula in a column, ...more >>

How to store rdl files not in a VS project directory?
Posted by Alexey Akulinin at 5/25/2005 1:06:02 AM
Hello! Is it possible to store rdl files not in VS project directory? I've created a new project and when I add existing report to it, VS copies this report to the project directory. Thanks....more >>

MOM 2005 Reporting
Posted by dave NO[at]SPAM xrxdc.com at 5/25/2005 12:00:00 AM
I'm trying to install the Mom Reporting service, My MOM 2005 (W2k3 w/sp1) server also hosts the sql database (sql2000 w/sp3). While running the install for the reporting services I get this error. Failed to create data source for data warehouse, check to make sure you can access the SQL service...more >>

Report Designer other than Visual Studio
Posted by Peter Zuber at 5/25/2005 12:00:00 AM
Hi NG I am not that familiar with RS yet, but it seems to me that the only reasonable Report Designer is Visual Studio. We have the situation that the business will design and maintain (the design of ) the reports on their own. As we don't want to install VS in the business, I am looking for ...more >>

csv file
Posted by Donald at 5/25/2005 12:00:00 AM
how to set the connection string to connect a csv file with reporting service. TIA. Donald ...more >>


DevelopmentNow Blog