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 > march 2005 > threads for monday march 14

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

RunningValue Function in a chart
Posted by Jono Indrawijaya at 3/14/2005 11:03:02 PM
Hi, How can I use RunningValue Aggregate Functions in a chart? I put "= RunningValue(Fields!Volume.Value, Sum, Nothing)" in the "Chart Data Values" properties, but it raise this error message"\\twajkp05\smm\reporting\smm\Vol Bill NRW.rdl The expression for the chart ‘chart2’ has a scop...more >>


ERROR 401 - Very strange
Posted by Bach at 3/14/2005 5:53:01 PM
Hi, I installed and configured RS to use Windows Authentication and given Browser permission to several users, all work well except for 2 users (well so far 2) who could not view reports. What comes up on their screens are just the the Home link, and an open folder image, they can not see an...more >>

Adding a mouseover comment to a cell
Posted by Cindy Lee at 3/14/2005 4:26:36 PM
is there anyway to add one of those yellow boxes with a comment to a cell in tables? Like the way it is when you mouse over a cell in Visual Studio. ...more >>

Setting colordepth of TIFF image
Posted by Michael McKinnis at 3/14/2005 3:22:08 PM
I'm using an rss script to render a report and save it to file. All is well except that, for the life of me, I can't get the TIF's color depth set to 1. Setting DPI works but not colordepth. A nudge in the right direction would be most appreciated. Mike Dim format as string = "IMAGE...more >>

WeekEndDate function
Posted by Chris Mackey at 3/14/2005 3:15:02 PM
I need to group data in one of my reports by week end date (Saturday). I've created a custom assembly with code to do this, but am having trouble getting the assembly to load. So, I've decided to go to the community. Anybody got any ideas on coding a function to return week end date given any ...more >>

Custom assembly problems
Posted by Chris Mackey at 3/14/2005 3:07:02 PM
I've created a custom assembly using C# that provides utility functions for reporting services. I'm getting a the following compile time errors. 1. Error while loading code module: 'accentopto.report.utilities, Version=1.0.1885.19928, Culture=en-US, PublicKeyToken=null'. Details: File or as...more >>

Graphs do not show up
Posted by Aboo62 at 3/14/2005 1:53:06 PM
Hi all, I have a RS report which uses the records returned from a Stored procedure as it's dataset. There are graphs on the report but we get the Red X and no graph. Like other posts in the forum this is intermittent getting the graph sometimes and not getting it other times (more often not...more >>

Embed Calender control in SQL Report/Customizing ReportViewer.dll
Posted by SnoopDupe at 3/14/2005 1:41:43 PM
Hey peeps, One quick question: Is there a way that I could customize the ReportViewer.dll...like in the sense, I have a param drop download list containing dates that the user selects. Instead, I want to embed a calender control beside the dropdown or anywhere in the ReportViewer.dll. Can you t...more >>



Page Breaks with text boxes
Posted by K. Thomas at 3/14/2005 1:27:01 PM
I have created a report that does check print. Most of the layout contains text boxes. I am not using tables to generate the check. However, I need to know if there is any way to do a page break when check numbers change like you do with tables using grouping. Please tell me if there is a ...more >>

Expression ERROR
Posted by pmud at 3/14/2005 1:09:02 PM
Hi, In my matrix in the report, I need to add a column group which groups the columns based on months. But i dont have a field in the database for month. I have a field called Order_Date. Now I need to see all the orders for each month. So in the column group expression i used : Fields!...more >>

Merged Cells in group headers causing "page break" effect
Posted by Derek in Richmond at 3/14/2005 1:01:11 PM
I have used Reporting Services for several months now - but have recently ran into a problem that I'm having a hard time overcoming. I have a report that has 3 groups - District, City/County, and Project Number. A Project will be in a city/county, which itself is in a District. So Distric...more >>

Bug With BarChart and Plot as Line?
Posted by Ben Hoover at 3/14/2005 12:34:07 PM
ok here's my situation, i have created a report that brings data similar to the sample below Date Col1 Col2 March 1 2005 10 15 March 2 2005 11 26 March 3 2005 7 14 so i created a column chart that plots this data with numbers going across the...more >>

Parameter Length LIMIT: Please Urgent
Posted by Ravi R at 3/14/2005 12:17:31 PM
Hello all, is there a limit on the length of a Parameter. All my reports are throwing the following error whenever the lenght of a parameter is more than 30 chars!. "String or binary data would be truncated" Can I alter this value somehow ? Or a way around this issue ? If not I will hav...more >>

GANT Chart
Posted by Eric at 3/14/2005 11:53:05 AM
Hi, Anyone have any ideas how I could create a GANT chart from within MS SQL Server Reporting Services? I have a list of activities that must take place on different dates and need to be able to display them all graphically. Any ideas would be most helpful! Thanks, -- Eric...more >>

Truncating table cell data
Posted by Matt at 3/14/2005 11:24:20 AM
Hi all, I'm sure I'm missing a simple step but I can't find a way to prevent a table cell from wrapping it's content. I only want one line of data in the table cell. If there is more data than a single line, I'd like it just to show an ellipsis at the end of the first line. I tried turnin...more >>

Format issues: Inconsistent Behaviour in different formats
Posted by Ravi R at 3/14/2005 11:22:54 AM
Hello I have textbox in my report whose value is a field from the database. When there is no data in the field of the database, I dont see the textbox(I have a solid border) when I view it from the Reportserver link But I can see the empty box when I export to PDF. Another strange thing is...more >>

Column Formatting
Posted by Ameet at 3/14/2005 11:01:04 AM
Hi Gurus Now I am using the stored procedure to create reports using Reporting Services. The stored procedure returns the data so that the first row contains the column header information. Something like this. H1 H2 H3 H4 ...more >>

interoperability issue Java Axis client -- .NET reporting web serv
Posted by Java client --> .NET web service INTEROP at 3/14/2005 10:43:06 AM
Hi all, I am facing an interoperability issue. This is what I am trying to achieve: "Access .NET reporting web service from Java Axis client" This is the SOAP request I send: Java Axis client --> .NET web reporting service <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns...more >>

No data sources for Report Builder in Feb CTP
Posted by Paul Hickman at 3/14/2005 10:39:24 AM
I have just installed the Feburary 2005 CTP release of SQL 2005 and I am trying to use the report builder feature in the reporting servies website. When running the web browser on the SQL server (windows 2003), I click report builder and it opens the "new report" dialog with an empty list of ...more >>

Multi-select parameters
Posted by Doug Stiers at 3/14/2005 8:48:16 AM
Will Reporting Services 2005 have multi-select capabilities for drop down parameters? Also, if I download SQL Server 2005 will I get RS 2005 with it? Thanks, Doug ...more >>

Email Attachments in Subscriptions
Posted by nscotia17 at 3/14/2005 7:33:05 AM
I thought I posted this issue last week, but I can't find the post so I have create it again. I apoligize if this has already been answered. Anyway, here is the issue. I get the following error when trying to send an email attachment within a subscription:Failure sending mail: An internal er...more >>

Questions in Rs
Posted by CCP at 3/14/2005 7:07:01 AM
Hi All, i have been caught up with these issues the whole day... Please someone help me out.. 1) The report needs to be printed in Landscape format 2)i prefer $220,000 and not $220,000.00 for the currency format 3) Im displaying two dates in a single textbox using =dateadd("d",1 ,First(Fi...more >>

Can we combine multiple reports and render it in pdf format?
Posted by Einstein at 3/14/2005 5:37:06 AM
Hi, Can we combine multiple reports and render it in a single pdf file? For example: There are two reports deployed in RS Server. Rpt1 & Rp2. I am accessing those reports via web services, so i m having the those reprots as Array of bytes. Can i combine this two reports and render it in a s...more >>

Export to Excel doesn't work
Posted by gunjan17 NO[at]SPAM gmail.com at 3/14/2005 5:18:48 AM
Hi All, I am facing a prblem while i export a report to excel format, The report doesn't open properly in excel, the report is distorted. Is there any way i can overcome this problem. Thanks In Advance Gunjan Jain...more >>

Reporting Services Backup
Posted by VC at 3/14/2005 4:55:02 AM
Hi, I'm making a backup plan for Reporting Services. The problem is that I don't know what to backup in order to recovery a complete loss of a Reporting Services Server. It is enough to backup the databases ReportServer and ReportServerTempDB? There is anymore actions I should do? Thank...more >>

Export cache report to excel
Posted by Koen at 3/14/2005 12:19:02 AM
Hi, i was wondering if it is possible to export a cached version of the report to excel. Because now, when i render a report, it is quite time consuming. And it get worse when i try to export it to excel (probably because the report has so many sublevels, but i don't know how to turn them o...more >>


DevelopmentNow Blog