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 > august 2004 > threads for thursday august 5

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

Matrix Report RDL Generation
Posted by Vinodh Kumar[MS MVP] at 8/5/2004 10:55:01 PM
Hi, I have not seen any sample that generate an Matrix Report RDL file on the fly... Have any one tried doing that... Thanks, Vinodh Kumar...more >>


Rendering Reports Straight to the Printer
Posted by Mike Collins at 8/5/2004 10:11:01 PM
I've read in the BOL that you can render a report straight to a printer using render in your VB.Net code, but there are not any examples. I believe it has something to do with the deviceinfo parameter of the render method. Can anyone help please?...more >>

UPgradring to latest trial
Posted by Michael Vardinghus at 8/5/2004 10:05:59 PM
....but got an error at the end when it tried to start the report server - that was denyid - said something about rights and I could only choose to cancel which resulted in rolling back the entire upgrade. Does this have something to do with my operating system being danish ? http://support...more >>

Disabling report processing
Posted by afontan at 8/5/2004 9:09:33 PM
Hi I have to disable report processing at certain times for some reports. It's like when you don't have selected a value in a combo parameter. I have a function that returns true if you can view the report or false if don't. Any ideas? Andrés ...more >>

Maybe a Microsoft Question?
Posted by Scott Meddows at 8/5/2004 7:08:18 PM
When VS 2003 compiles my RDL and deploys it to the server, where exactly does the assembly (I assume it's an assembly) go?!?!?! Into the database? I found saw the ChunkData table that contains an image field names "Content". Is this where the assembly is stored? If this IS the place then whe...more >>

Alternating line shading in a matrix
Posted by Michael Carr at 8/5/2004 5:25:15 PM
Is there a way to do alternating line shading in a matrix where not every cell contains data? RowNumber isn't consistent in this case because it only counts cells that contain data. Michael Carr ...more >>

Invalid URI: The hostname could not be parsed. Help!
Posted by Jim at 8/5/2004 4:32:55 PM
I'm getting this all of a sudden on a report that previously worked for me. I uploaded a new RDL after putting in a new graphic and adding a couple of text boxes, but not much else that I can see. Any clues? ...more >>

Data fields in the header
Posted by alien2_51 at 8/5/2004 4:25:03 PM
I'm getting this error when I try to preview my report: The value expression for the textbox 'RepairOrderID' refers to a field. Fields cannot be used in page headers or footers. I searched through the news groups and a found suggestion to replace: Fields!RepairOrderID.Value with Report...more >>



SMTP Pickup folder error
Posted by ian.proffer NO[at]SPAM gmail.com at 8/5/2004 4:12:12 PM
I have periodic problems with subscriptions delivered via the local SMTP pickup directory. While some work reliably, any new subscriptions I've created recently are failing to be delivered. When I review the \Badmail *.bdr messages, they all say this: Unable to deliver this message because th...more >>

Session ID in Data Extension
Posted by shankar at 8/5/2004 4:07:01 PM
Is it possible to get the session id in Data Extension or Report Designer thanks ...more >>

Top n dynamic sql
Posted by Dave Foderick at 8/5/2004 3:43:56 PM
I would like to use a top n query as the source for my report where n is a parameter. Can I use the sql embedded in the report for this or do I have to use a stored procedure? In general, can I use dynamic sql for my report? TIA, Dave...more >>

Array in expression editor anyone?
Posted by Ryan Opfer at 8/5/2004 3:43:46 PM
I'm kind of a newbie at all this and I'm wondering if I can do the following. Whithout having to use custom code is there a way to use the IN function in the expression editor? I'm currently using the following to accomplish something quite simple: =IIF((month(Fields!por_POSTING_DATE.Value) =...more >>

Determining a schedules references using Web Services
Posted by Bob Hug at 8/5/2004 2:50:51 PM
Hi! I would appreciate any thoughts on the best way to determine using Web Services what the references to a schedule are when ReferencesPresent is true. Thanks for any ideas, Bob ...more >>

Jump to URL Action in a New Window
Posted by ToxicDice at 8/5/2004 2:27:05 PM
I've read countless postings now but haven't yet found an answer to this frequently asked question: "When using the Jump to URL option in the Action property of a textbox, how do you make that URL open in a new window?" Is it possible?...more >>

How to add Total to Matrx Column/Row
Posted by fanh NO[at]SPAM tycoelectronics.com at 8/5/2004 2:12:03 PM
Hi there, I have a report with 2 column groupings and 5 row groupings looks like this: +Unit +Time +Type +Sub_Type +Start +Result +Orig SUM(!Field1.Value) I want to add "Total" to every column and every row a...more >>

Dynamic sort column data retrieval
Posted by Brent at 8/5/2004 2:01:04 PM
It is possible to change the sort property dynamically on the client side by clicking on column headings without making a round trip back to the data and refetching the entire dataset? I've got a clickable column sort working based off of a newsgroup post based off of the link below, but it appears...more >>

Conditional Font Weight
Posted by CarrieWells at 8/5/2004 1:41:01 PM
I need to conditionally set the font weight of my data when a calculation is equal to or less than 70. I am using the following expression in the font weight property: =iif(( Fields!Answer1.Value/ Fields!SumStudents.Value)*100 <=70, "Extra Bold", "Normal") I get no errors when I run my report,...more >>

Enterprise license for Forms authentication is a too-expensive - please discuss
Posted by Chris Lewis at 8/5/2004 1:27:35 PM
Hi, We are developing a web-based reporting solution with Reporting Services, replacing Crystal Reports by integrating RS in with our existing web-application. We need to buy the Enterprise license(s) to enable us to do this, because only the Enterprise license comes with the custom authent...more >>

Properties Expressions
Posted by Mardy at 8/5/2004 12:49:34 PM
I can create an expression for the visibility property as follows: =iif(countDistinct(Fields!RefNbr.Value)=1,True,False) BUT when I try to do something similar for the fontweight property like =iif( Fields!Carryover.Value = 2 ,Heavy,Normal) I get the following error message Name Heavy is no...more >>

Create a modified version of an existing rendering extension
Posted by .Net Report Dev at 8/5/2004 12:24:54 PM
Is there any documentation or sample code to point me in the right direction on how to modify an existing rendering extension? I need to add some browser checking to the existing JavaScript that is generated for the toolbar. I was hoping to modify the existing HTML 4.0 rendering to include so...more >>

newline in format string
Posted by Michael Carr at 8/5/2004 11:42:44 AM
Can I insert a newline character within a reporting services format string? I guess \n doesn't work since it is interpreted as a VisualBasic format string...? Is there an alternative? Thanks, Michael Carr ...more >>

CreateReport() method under ASP.NET
Posted by pTsy at 8/5/2004 11:05:38 AM
CreateReport throws an error saying that user IUSR_XXXXX doesn't have permisssions to run this method. So, 1) I went to ReportServices roles and anded a new group for IUSR_XXXXX user 2) Assigned ReportserverSysadmin role for the new group. 3) Also set db_owner permissions for the IUSR_XXXXX...more >>

Error starting svc at end of install
Posted by Dave Foderick at 8/5/2004 11:00:49 AM
I get this error right at the end of installing the server components. Product: Microsoft SQL Server 2000 Reporting Services Developer Edition -- Error 1920. Service 'ReportServer' (ReportServer) failed to start. Verify that you have sufficient privileges to start system services. I a...more >>

Obtaining Reporting Services CD.
Posted by Neal at 8/5/2004 11:00:13 AM
Hi, I have been using the evaluation edition of RS but it has expired. I have ordered the CD from MS but it shows as backordered. I'm not sure how long it take to receive and I couldn't find any option to download from MS web site. Does anyone know if there is a download available? I'm in a bind...more >>

Subscription Email Problem
Posted by Rus Bailey at 8/5/2004 10:51:43 AM
Our local setup doesn't have the users Email address as their login. For example, my Email address is user@site.net, but my login is xxx1234. Unless I give users the authority to manage all subscriptions, reporting services does not allow them to change the "TO" block on their own subscriptions...more >>

mailto: hyperlink
Posted by vrodkar at 8/5/2004 10:43:02 AM
How do we put a mailto hyperlink in the report. I used an expression in 'Jump to URL' as ="mailto:"+Fields!email.value and it gives me error that it is an invalid URI: host name could not be parsed. Any suggestions. VR...more >>

Installing Reporting Services
Posted by lardo at 8/5/2004 10:24:04 AM
We are somewhat confused about the best installation configuration for Reporting Services. Should it be installed on its own IIS Server. Can we intall it to work by combining a current (non-IIS) SQL Server 2000 server and another (non SQL Svr) IIS Server? Should we add IIS to a current ...more >>

Matrix Zero Values
Posted by SAcanuck at 8/5/2004 10:15:03 AM
My Matrix presently shows results as follows. column 1 column 2 row 1 23 row 2 34 34 How would I make the default null value to display as zero. Eg. Row 1, Column 1 would have a value of 0...more >>

SSRS VS 2005 & desktop reporting
Posted by Woody Splawn at 8/5/2004 10:06:18 AM
I think reporting services is a great product and would like to be using it right now but unfortunately, what I need it for is for desktop applcations. I would like to use the product but avoid using it with a web server. My understanding is that in Visual Studio 2005 the ability to create repo...more >>

Parameters Bar
Posted by Cem Demircioglu at 8/5/2004 9:32:36 AM
Hello, I would like to expand the size of parameters bar, is it possible with SP1? I have too many parameters to deal with and I don't want users to scroll through. Thanks. Regards, Cem ...more >>

Transaction with a SubReport
Posted by push at 8/5/2004 9:27:03 AM
Hi, I have an MSRS report connected to SQL Server as the data source. In this report there is a main report and a subreport inside it. Both the main and subreport are procedure based reports. On execution of the main report, it creates a temporary table and stores data in it to be used by the subre...more >>

Running a report to populate a cell
Posted by Skeptical at 8/5/2004 9:20:41 AM
Hello, I need to run several reports using the information in couple of cells of a table as input parameters, and eventually create a report combining the result from sub queries into one report. In other words: ColA ColB ColC ColD 9898 001 145 8789 000 454 ...more >>

formatting
Posted by Leon Chuck Gosslin at 8/5/2004 8:40:51 AM
I have a textbox on a report containing a number I want formatted in scientific notation. When I bring up the properties of the textbox, there is a formatting option. I select number and am given a choice of 1.234123e+003. This works great, but I really don't want to show that many number in ...more >>

Report Deployment
Posted by Matt at 8/5/2004 8:16:58 AM
Hi, Two Things: 1a) I was wondering if there is the odd issue with redeploying a report in that some changes do not seem to be propagated. For instance, In one case I set default parameter values for a report - this would cause the report to automatically execute when browsing to it - I di...more >>

showing % in Pie Chart
Posted by Roy at 8/5/2004 6:45:02 AM
I have a Pie chart which shows different sections. Is it possible to indicate the % figures in front of the sections? Thanks...more >>

Preview Problem!!
Posted by VC at 8/5/2004 5:41:01 AM
I've set the pagesize to 11in, 8.5in and the body width to 10.5 to compensate for the margins. the preview views in landscape but when i try to export to pdf i get an "index out of range error." If I change the pagesize to 11in, 15in it works ok unless i drill down before the export, then i ...more >>

Host not found Exception in Reports
Posted by Kam at 8/5/2004 2:21:01 AM
I'm displaying report in my webpage. I display it through report viewer's property. rptViewer.ServerUrl=http://www.myname.com/ReportServer // The Name of the Report rptViewer.ReportPath="/ReportName"; Now I want to catch exception if host name not found or Report server is not accessible or I...more >>

Installing Reporting Services on Server without VS .NET
Posted by PLSH at 8/5/2004 1:53:03 AM
Hi there, I have a problem I have struggling with for ages and still can't get it to work. I have a server with Win2k Server OS, Sql Server 2k Standard and .NET SDK installed on it. I need to be able to install reporting services on this server so that it can be used as the central repository ...more >>

Re: Calling Webservice
Posted by ALD at 8/5/2004 12:43:08 AM
Hi Scott, Thanks for the input, but this user has been made a member of all of the roles defined within Reporting services. i.e "Browser", "Publisher","My Reports", "Content Manager". I've tried all combinations of these. No joy. The user has to be a member of the "Administrators Group" o...more >>

Installing to Server
Posted by PLSH at 8/5/2004 12:29:01 AM
Hi there, I am trying to install reporting services on our server at work. It is a Win2k server OS, with SS2k on it. It does not have VS .NET installed. Is it possible for me to set up the server so that it is the central repository for all our reports and then develop and design the reports from...more >>


DevelopmentNow Blog