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 > january 2005 > threads for monday january 3

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

CustomReportItem
Posted by R.Shiels at 1/3/2005 8:43:05 PM
Hi, I am trying to find out information on how to use the CustomReportItem node. The online documentation (and RDL specification) talks about accessing a RichTextControl as an example but does not give details on full implementation required. If CustomReportItem is currently supported (se...more >>


Iif statement to prevent divide by zero?
Posted by plandry NO[at]SPAM newsgroups.nospam at 1/3/2005 5:41:01 PM
Hi- I'm trying to create a calculated field that is the percentage difference between two database fields. To prevent a divide by zero, I tried making it: = Iif( Fields!dsPrice.Value <> 0, (Fields!eePrice.Value - Fields!dsPrice.Value) / Fields!dsPrice.Value, 1) This should provide the % diff,...more >>

References other assembly with error...
Posted by Louie at 1/3/2005 5:37:01 PM
I have a vb.net project which compiled to CommonLibrary.dll with no error when I add references CommonLibrary.dll on my reporting project, it will show an error(as following) when I compile the reporting project Error message: "\TestReport.rdl Error while loading code module: ‘CommonLibrar...more >>

Help with Time Display
Posted by pittpanther at 1/3/2005 5:35:02 PM
I am having a difficult time with the following problem. I have a calculated field that calculates the difference between two dates, resulting in the number of seconds between the two dates. I would like to display this value as: xx hrs yy mins zz secs I have written an expression usin...more >>

SQL Server does not exist...
Posted by Ben Sullins at 1/3/2005 4:13:02 PM
Hello... I have a report I made on my local machine that runs fine. When I deploy this report, along with the datasources, to a remote server, the report fails and gives me the following error: SQL Server does not exist or access denied. I figured this might be due to the stored proced...more >>

Colspan in reports?
Posted by Kaisa M. Lindahl at 1/3/2005 3:58:46 PM
Is it possible to manipulate table or matrix cells with colspan in reports? I have several reports that show Client and Project. Currently, the only way I have to display it is like this: Clientname ..................Project What I want to do is like this: Clientname ......Project Is it...more >>

checkbox and listbox for report parameters
Posted by Joseph at 1/3/2005 3:47:03 PM
How can I use checkbox and listbox (with multiple selection) for report paramters? Do I need to go into the coding to do this, or I can do this from the designing tool? Currently I can only use either a textbox (for single value) or a pulldown box (for list of pre-defined values). I want to...more >>

Null Parameter
Posted by Elmer Miller at 1/3/2005 2:41:00 PM
How do you pass a set a parameter null from an expression (i.e. drill through report)? I've tried null, nothing, System.DBNull; none of these work. Thanks. ...more >>



reports without sql server
Posted by Servé La at 1/3/2005 2:33:14 PM
Hi, I wanna know if it's possible to deploy reports to a production environment where sql server is completely not needed? Maybe only some reporting service components that can be installed for the report generation? I know this question has been asked before, but I just can't find a defini...more >>

rc:Area in expand / collapse button
Posted by Jim at 1/3/2005 1:53:07 PM
An +/- button includes a rc:Area parameter placed there by Reporting Services. I cannot find any documentation about the rc:Area parameter. Can anyone give me a description of the parameter? Can I remove this parameter from the link? ...more >>

Change the Report Manager Interface
Posted by Ben Sullins at 1/3/2005 1:13:03 PM
Hello, I was hoping to modify the default interface for the Report Manager to feel more like our other online reporting pages. I found a few articles about creating asp.net web applications and all that, but was hoping just to change the color scheme, place an image somewhere, etc... is ...more >>

Some users cannot access reports ... not a security issue. Help!
Posted by sebring1130 at 1/3/2005 11:21:06 AM
Most users have no problems, but some are experiencing this. They can hit the Report Server fine and are able to see the folders and report links. Only when they try to click on a report link do they get a "page cannot be displayed" error. The permissions are fine - identical to other u...more >>

Reporting Services on windows XP
Posted by yurps NO[at]SPAM yahoo.co.uk at 1/3/2005 10:53:08 AM
I installed Reporting Services onto my SQL 2000 Developer edition on windows XP. I can create reports in visual studio .net . However I do not have a Report Manager in Start->All Programs->Microsoft SQL Server-> Reporting Services I am going through the samples so I can use Reporting Serv...more >>

Horizontal Grow
Posted by Byung Choi at 1/3/2005 10:05:05 AM
Hi All. Is it posible (or any trick) to do this in presentation level in reporting service (not using sql)? -- group by brand name and code section is repeating. -- Before Sony 1 2 3 Toshiba 1 2 -- After Sony 1 ,2, 3 Toshiba 1, 2 Byung Choi ...more >>

Hide subreport when empty
Posted by JohnM at 1/3/2005 9:55:40 AM
I'm trying to hide a subreport when there is nothing to show. I already have the the subreport itself set the hidden property. The problem is that on the main page, when the report is blank, it still takes up space on the page. There are several subreports called, so they add up. Thanks ...more >>

Hide Parameters from User.
Posted by Prashanth Rao via SQLMonster.com at 1/3/2005 9:05:35 AM
Hi, Is there any way that the parameters passed from the URL is not shown to the users. Making the "Prompt User" unchecked and passing the parameter through the URL gave some error. Is there a work around. Thanks. -- Message posted via http://www.sqlmonster.com...more >>

Data region in RS allows only 1 data source - virtual cube solutions?
Posted by cwilliams NO[at]SPAM choosehmc.com at 1/3/2005 7:46:02 AM
I have a report requiring two different data sources be compared in one data region. For example, I'm comparing a measure for a client against a national average. The client measure comes from one cube and the national average is stored in a sql database. RS won't allow two data sources to be...more >>

Mod operation
Posted by Susan at 1/3/2005 7:27:04 AM
Hi I have a field that holds an integer value. I want to only show the value of a remainder if there is one. =Fields!IDCount.Value, Mod 2 What I am looking for is if the number is not even, then by having a remainder when dividing by two will prove it is an odd number. I keep gett...more >>

Stored Procedure NULL parameter in URL
Posted by timb84 at 1/3/2005 7:13:05 AM
How can I pass a null value for a parameter in a url? I have a StoredProc report that should accept null values from a url. sp: (works fine) exec report1 1, '471316:18435720', '57348022', '981IPCI1-000',NULL,NULL,NULL,NULL,NULL direct url: (doesn't work) ....&SiteQuery=1&CFIDTOKEN= 47...more >>

Can you set a default export format
Posted by Patrik Kostic at 1/3/2005 3:29:02 AM
Hi! Is there any way to set a default export format so that the user doesn't have to choose export format from the dropdownlist before clicking export? Thanks Patrik...more >>

Load .RDL file in a Report
Posted by Karthik at 1/3/2005 3:17:03 AM
I have a .RDL file. I need to show it as a Report in a internet Explorer using Asp.net. Simply, I have a .RDL File and using ReportServer i have to view .RDL in a Report Format. Thanx Karthik.A ...more >>

Borderline
Posted by Mike Klaarhamer at 1/3/2005 3:15:02 AM
Hi, Does anybody know how i can add a borderline (at the top), only when there is a value in that cell? (when the cell is empty then no borderline). Expression in the borderstyle-property? Gr. Mike...more >>


DevelopmentNow Blog