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 friday may 27

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

SQL Mail & Reporting Services
Posted by Richard at 5/27/2005 5:56:02 PM
I'm a .Net developer and we'll be installing Reporting Services next week. To schedule reports to be sent via email, does RS require SQL Mail in SQL Server 2000 to be working to send the reports? Thanks in advance for your help. Richard ...more >>

DataSet has no fields
Posted by Jon A at 5/27/2005 4:48:02 PM
Please Help. I am calling a stored procedure which creates a SQL statement and then runs exec (@SQL + @Where + @Order) Is there anyway to manual create fields. The Stored procedures returns the same column names and number of columns? -- Thanks, Jon A...more >>

Image and text values not displayed in header or footer
Posted by Goitom at 5/27/2005 2:36:02 PM
I have a report in which I need to display an Image in the header, that is coming from Database or sometimes an alternative text in place of the image. Both ways I couldn't do it. Case Text: I have tried several ways such as using ReportItem Parameters, but the problem is the text is displaye...more >>

Print File Size
Posted by chris at 5/27/2005 2:01:33 PM
Just installed SP2 and started experimenting with the print functionality. The size of the print jobs are huge. I had a fairly simple six page report with a spooling size of over 100 mb, a single page over 17mb. Is there anything that can be done to reduce this size . If not, we will not b...more >>

code to return a dataset
Posted by sysdesigner at 5/27/2005 1:56:37 PM
Our database is normalized to the point that I need to build a dataset to render a report from. The code to build the dataset has logic that I would like to keep in a custom assembly. What is the best way to call that code and have it pass the dataset back for use by the report? Thanks, ...more >>

Alternating background color
Posted by G at 5/27/2005 11:27:11 AM
Got a dataset that is used to populate a table. Want to alternate the background color on every other row in the displayed detail group. Easy enough right? Here's the catch: the output is grouped at display time. A query output might be: KEY Value1 Value2 A 0 ...more >>

Report Viewer
Posted by Luigi Di Santo at 5/27/2005 10:34:46 AM
Hi I'm using Visual Studio Beta 2 I have few questions about the ReportViewer WinForm Control. When rendering a Server Report the Print button appears disabled is this by design? Also the Print Preview button is enabled but it does not do anything is this also by design? Any help is app...more >>

Dynamic SQL
Posted by sysdesigner at 5/27/2005 8:42:05 AM
Hi all, I am designing a system that will be exposing reports to the internet via a link provided from within a .Net application. We want to use Dynamic SQL because the end users building the reports wont be able to implement stored procedures. Are there any security reasons not to do thi...more >>



General questions
Posted by RayHojka at 5/27/2005 8:35:36 AM
I have only been using Report Services for a short while and my boss is now taking an interest. He has a couple of questions. 1.Is it possible to amend the 'Home'page slightly eg by adding the company logo to the header and having different icons for the folder structure? 2. I know it is p...more >>

Use a Data source in Code
Posted by Bryan Avery at 5/27/2005 7:00:34 AM
Is it possible to use the Data Source in the Code section? If so how? ...more >>

Creating Parent/Child table with Sum for each group
Posted by kloppnr1 NO[at]SPAM hotmail.com at 5/27/2005 4:23:19 AM
Hi, i've been working on this report for the whole day now and have come to the conclusion that this can't be accieved with Reporting Services SP1. Or maybe i'm wrong... I'm trying to display a report like this: -- Group 1 ---- SubGroup 1,1 ---- SubGroup 1,2 ---- SubGroup 1,3 -------...more >>

Several authentication models on one site
Posted by Mirtul at 5/27/2005 4:20:02 AM
If I want to use a custom authentication model on my reports but I want to use a customers already existing report server, how can I best accomplish this without intefering with the customers current authentication model? Shall I install a new report services installation on the same machine,...more >>

Error in 2005--"Unable to locate control: ctl00oReportCell"
Posted by Matt Culbreth at 5/27/2005 3:42:57 AM
Hello, We are using SRS2005 (April CTP) for a new reporting system. We are using a hyperlink navigation action on a chart to go to a new report in a new web page, and when we do that we're gettng the error "Unable to locate control: ctl00oReportCell". The URL we are using is with the "rc:T...more >>

Stacked Chart with Line
Posted by Jordan at 5/27/2005 12:44:21 AM
Hi, I have a stacked column chart and i would like to plot one of the series as line. Can't seems to find any way to achieve it. Is there a workaround for this? Below is the sample data. (X Axis: Date, Y Axis: Orders, Series Group: Item) Date Item Orders ====== ===== ====...more >>

rrRenderingError
Posted by Matt at 5/27/2005 12:00:00 AM
Hi All, I have a report with 6 tables - only 3 are visible at any given time (depending on the users requirement). The reports stored procedure takes 60-120 seconds to run when executed stand alone depending on the load on the server. The report runs fine in the Dev environment - although ...more >>

Can Anyone help us
Posted by weiyf at 5/27/2005 12:00:00 AM
Hi, I encounter a problem when setting a subscription in rs(with sp2) : Failure sending mail: The server rejected the sender address. The server response was: 503 Authentication needed for local user. this is my configuration in rsreportserver.config: <Configuration> <RSEmail...more >>

Displaying a Message if no chart data present
Posted by Simon Dingley at 5/27/2005 12:00:00 AM
Hi, I currently have a report that displays a chart among other things. If the report is called but no data is available for the chart i get a big block of white space. Is it at all possible to display something in it's place rather than just nothing at all if there is no data for the chart to ...more >>

Two data Sets to 2 Tables in a report?
Posted by Antony Altobelli via SQLMonster.com at 5/27/2005 12:00:00 AM
Hi all, My daily question is: I have a report with two data sets, First dataset gets the top five performers and the other dataset gets the bottom two performers. I want to diplay each data set result on table of its own on the same report. meaning I want to drag two tables on the repor...more >>


DevelopmentNow Blog