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

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

report builder and stored procedure
Posted by Ed at 3/1/2006 5:59:27 PM
I am trying to build a report model. I have a stored procedure that return a result set. I created a Named Query to exec the stored procedure. But when I clicked OK, it gave me this error: Please help. TITLE: Microsoft Visual Studio ------------------------------ Cannot create the na...more >>


Help! Call a code block based on parameter name
Posted by MJT at 3/1/2006 1:39:33 PM
I have a column heading that needs to call a function based on the value contained in the heading (which is a parameter selected by the user). Example: they can choose system, database, network or application. I have functions which do different translations and the functions are named tra...more >>

Form creation using tables, and including multiple Rows
Posted by Susan R at 3/1/2006 1:15:53 PM
I am creating a form which requires one page of the form to be blank lines. INformation is pulled from the underlying database, and some of those lines are populated with Data. What I need to happen is I must keep this form on one page. So if it is 20 rows to fill the page, and the databa...more >>

Displaying image
Posted by KMP at 3/1/2006 12:58:27 PM
I have an image (jpg/bmp) file on the hard drive. I want to be able to point to the path from the report and display the image. The image stored on the hard drive can change, hence I want the image displayed on the report also to change accordingly. The stuff I am trying to do is about the com...more >>

Changes to MDX when upgrading to AS 2005
Posted by JSI at 3/1/2006 12:58:27 PM
I was wondering if anybody has upgraded to AS 2005 without having to change their stored MDX extensively to work with the new AS model. The company I work for has 100's of reports with 100's of MDX queries that might potentially need to be updated because 1) it's just not possible to do things...more >>

Sqlserver 200 reporting services
Posted by lamba at 3/1/2006 12:46:05 PM
I have created a sql server report with one main report and 4 subreports and one rectangular label having height as of four subreports in the tablefooter. table has detail row and below there is a table footer which has subreports and rectanle merged in it. When detail and subreportsits fit on ...more >>

Condition on a field date in a query data set
Posted by Pasquale at 3/1/2006 9:01:29 AM
I need to extraxt from a table of my db the records that satisfy a condition on a field date. I use this query string for the data set: ="SELECT Cliente, NrDocumento, DataDocumento, NrRegistrazione, DataRegistrazione, TipoDocumento, Descrizione, DataScadenza, Importo, ImportoIncassato FROM P...more >>

Any documentation anywhere on vs.net 2005 + report services
Posted by Peter Nolan at 3/1/2006 8:33:39 AM
Well, it finally arrived, my eval version of vs.net 2005....I was so excited, I think I really must 'get a life'... Anyway, I recall on here mention that in vs.net 2005 you get more control over the parameter area.....can anyone point me to any documentation on how vs.net allows more control o...more >>



Multi value parameters and default values
Posted by Mike Stephen at 3/1/2006 8:30:08 AM
I have a multi-value parameter. In preview mode, I have to click the drop-down first to see all the values, with the value "(Select All)" placed by RS at the top of the list. But how can I make RS have (Select All) as the DEFAULT, so the user doesn't have to go to the drop-down at all if h...more >>

Generated Report Model
Posted by gringod NO[at]SPAM gmail.com at 3/1/2006 8:08:50 AM
I'm working on a software project that requires a reporting solution. Of all the solutions we have looked at RS2005 seems to fit best with our product, however, I had a few queries. 1. Our data is stored in a non-relation format but for reporting the end user can select what data the wish to r...more >>

Problem migrating RS 2000 database to RS 2005
Posted by Jude Wong at 3/1/2006 7:42:52 AM
Hi all, I have RS 2000 SP2 (8.00.1038.00) installed on one server. RS 2005 is installed on another server and I followed the steps from Migrating Reporting Services (SQL Server 2005 Books Online). I managed to copy the MDF files ReportServer and ReportServerTempDB and their associated l...more >>

Connection Error
Posted by StanleyHammer at 3/1/2006 7:27:33 AM
I am having a problem with creating any report in Visual Studio 2003 and Reporting Services 2000. I can create a datasource and test the connection without any problems. However, when I create a report that uses this datasource (or try to create an new one) it fails with the error message ...more >>

Code.SafeDivide Expression
Posted by Deborah at 3/1/2006 4:42:14 AM
What does =Code.SafeDivide mean in an expression? I have an example below: =Code.SafeDivide (Sum(Fields!revenue.Value), Sum(Fields!volume.Value)) Thanks, Deborah...more >>

Assembly access SQL DB don't work in Windows Server 2003
Posted by Dev Main at 3/1/2006 4:03:20 AM
I try to get a custom assembly running with Reporting Services on Windows Server 2003. The assembly must access a SQL Server database on the same SQL Server as Reporting Services (localhost) The assembly is written with VB .NET 2003. I have a assembly running accessing a oracle db, this ass...more >>

Stoping data display at a specific point.
Posted by Ivan at 3/1/2006 2:48:22 AM
Hi, I am wondering if it is possible to stop the data from being displayed once the pharse "transaction complete" is read into my report table. Once this field is read i want the remaining data to be displayed on the next page of my report. Any ideas would be much appreciated. Ivan ...more >>

New Line in a TextBox
Posted by Hasan Ozdil at 3/1/2006 1:42:51 AM
In a report, I have a textbox... and I want to make a new line in the expression builder... I tried that =Fields!ShipToName.Value & "\n" & Fields!ShipToAddress.Value but the \n is not recognized I have tried without the quote, with singles quotes, ... but no way... It is a really stu...more >>

Index out of range.....what is this????
Posted by Craig at 3/1/2006 12:00:00 AM
I am getting an error: "Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index" when I run my report on the server. It works fine when it is run locally. Does anyone know what this message means? Have I screwed up something? Thank...more >>

2005 Report Viewer webpart
Posted by angi at 3/1/2006 12:00:00 AM
Hi, Hasn't see anybody talk about this issue. 1. I drag a Report Viewer webpart in WSS site and edit its' "Title" then close the "Modify Shared Page" The Title change to "Report Viewer". 2. I click the "Modify Shared Web Part" of Report Viewer and change the title. It can change...more >>

ReportingServices2000 and RS2005 client report desgin tools?
Posted by CD at 3/1/2006 12:00:00 AM
We have a project that is going to report from a sql2000 server utilizing Reporting Services(RS). So the natural thing to use is RS2000, (i assume based on licensing). I am confused concerning client report development tools for each version. For RS2000 - 1) The designer requires some v...more >>


DevelopmentNow Blog