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 friday august 13

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

How do we do a Grand Total
Posted by Kevin B at 8/13/2004 10:25:29 PM
I am trying to do a grand total for a report - but, would you know it, I don't think it can be done! First there isn't a report footer (only a page footer) and you can't count the number of (unique) occurences of a group header. See my example below. This example is overly simplified - I am a...more >>

MS guys...can i do this is RS... Pls respond
Posted by Sunny at 8/13/2004 8:45:01 PM
I got a suggestion to use Previous method to get the value from previous row. What i am doing is as below the expression i have written is Current = Previous(ReportItems!Current.value) - Fields!P.Value + Fields!C.Value -----------------------------------------------------------------------...more >>

Report question
Posted by Cem Demircioglu at 8/13/2004 6:19:36 PM
I have a report with the follwing specs. Product Year UnitPrice # of Units XYZ 2000 $1.10 50 $3.00 10 $2.10 20 2001 $2.3...more >>

Accessing a Report Server from within a winform
Posted by Woody Splawn at 8/13/2004 5:21:55 PM
Sometime back I posted a message asking about how to access a Report Server from within a winform. I got a message back that said the following: "What I did is incorporate the WebBrowser ActiveX object onto a win form and the set its URL to the URL that would be in a browser. So far this has ...more >>

Urgent help needed - how to call Forms authenticated ReportServer from Windows app?
Posted by Chris Lewis at 8/13/2004 4:40:42 PM
Hi, We have a RS ReportServer webservice that is called from an ASP.NET web app, which uses Forms authentication through a custom authentication extension. We also have a webservice client that runs within a Windows service that needs to make calls to (i.e. consume) the same RS webservice. ...more >>

Missing Resultset
Posted by Jonas Larsen at 8/13/2004 2:57:04 PM
Hi Guys I have a report where I pass a parameter to a stored procedure that then returns a resultset to the report. Everything works well apart from when I choose my *All option. If this *All option is chosen no data is returned. If run the Dataset and enters the *All option manually it retur...more >>

SOAP Render method on local machine works, but
Posted by rwiethorn2002 NO[at]SPAM yahoo.com at 8/13/2004 2:24:04 PM
I made a ASP.NEt application that runs on my local machine to display reports as PDF's. When I moved the code to a project that is in Source Safe, and points to remote servers, it Times out. I'm concerned, how does the Render method in the Source Safe project know what Report Server to look at? ...more >>

EMAIL Coruption In attachments
Posted by Dennis Redfield at 8/13/2004 2:15:00 PM
OK, I am looking for help on how to break this problem up for debugging. I am testing Email report schedules. We are working with files of type: TIF,PDF & EXCEL. I am able to schedule rendering reports to a FILE SHARE successfully. I am able to email LINKS to reports successfully. When I se...more >>



Passing Parameters
Posted by Woody Splawn at 8/13/2004 2:12:30 PM
I am wondering if it is possible to pass parameters to a report at runtime, in code, as opposed to having the user select parameters from drop downs while in the View mode of the the Report. That is, for the kind of reports I do there may be numerous combinations of parameters that need to be pa...more >>

Can chart be transparent
Posted by vibs at 8/13/2004 2:03:01 PM
I want to put two charts, candle stick and line. Line on top of candlechart but with transparent background so I can see the data on both. Please point me to some resource if it is possible. Thanks!...more >>

Reporting Services and .NET can not co-exist?
Posted by Marcia Gorby at 8/13/2004 1:34:23 PM
Hi, I had trouble getting reporting services going. I would get the configuration error. If I restart the IIS Admin the reporting services works fine but my other aspx pages get the same configuration error. Something about Microsoft.Office.Interop.Owc. If I restart IIS Admin again...more >>

Cannot open database requested in login '-u'
Posted by montgoss NO[at]SPAM hotmail.com at 8/13/2004 1:34:05 PM
How do I fix this error: Cannot open database requested in login '-u'. Login fails. Login failed for user 'INTERN3\ASPNET'. I was trying to fix a rsFailedToDecryptConfigInformation error and did something like "rsconfig -c -s intern3 -d -u IUSR_INTERN3 -a Windows". Now, I can't view any repo...more >>

NullReferenceException: Object Reference not set
Posted by Brian at 8/13/2004 1:33:10 PM
Hello, I have a strange error. When I try to add a table to the reporting services I sometimes get errors depending on the table. I have one table that I can view fine, but the other one is giving me a ton of problems. The problem occurs when I go to add the table. When I select the ...more >>

Control Charting???
Posted by gowens NO[at]SPAM nixonpeabody.com at 8/13/2004 12:37:11 PM
I have a need to provide a control-chart-like appearance to the user community. Basically I need to track costs over a period of months against a previous year (or some historical range) and show where the current costs are tracking above/below the corresponding historical values. I was thi...more >>

IP Address mapping
Posted by Fuzzy Froud at 8/13/2004 12:13:57 PM
Reporting Services requires that the default website IP address is mapped to (AllUnsigned). Does this only apply to IIS 5.0? Is there a similar requirement on IIS 6 default applicaiton pool? Fuzzy...more >>

ASP.net version
Posted by Woody Splawn at 8/13/2004 12:00:49 PM
I have been running SSRS in VB 2003 but recently I installed VS 2005 beta1 and now I am unable to access the report server. I noticed that I now have asp.net version 2 instead of version 1. I think this may be the problem. In VS 2005 I do not use the web part of the program at all so I think ...more >>

Can't get current value of a field in table header
Posted by Marc Miller at 8/13/2004 11:51:58 AM
Ok, I give up (again). I have a report that breaks on company number. I want to display ="Details for Company " & Fields!Company.Value in the table header (or in a textbox within the body above the table). However, I only get the value of the first company number in the dataset, even when it...more >>

writing to a literalcontrol
Posted by vibs at 8/13/2004 11:33:02 AM
I am trying to write the charts produced to a literalcontrol but it always displays the chart at the beginning of the page. How can I display it in a placeholder or panel control on the web page. Dim lit As New LiteralControl("<div>") PlaceHolder1.Controls.Add(lit) ...more >>

Passing dataset to ssrs
Posted by Tina at 8/13/2004 11:30:50 AM
I'm still seeking my holy grail to figure out a way to pass a dataset, full of data to SSRS at run time. The work to build the dataset has to be done in my ASPX program. I figure I could easily create a physical table containing the data at runtime with a name made up of MyTable + Session num...more >>

Superimpose charts
Posted by vibs at 8/13/2004 11:01:02 AM
Is it possible to superimpose a chart on another chart. What we are trying to find is that we have a candlestick chart and a line chart that superimposes the candlestick chart. Thanks!!...more >>

Grouping by N minute intervals
Posted by Rob 'Spike' Stevens at 8/13/2004 10:29:01 AM
I have a query that returns full date/time, hour, and minute, and other stuff. The report needs to be grouped by various minute intervals, but I am having difficulty getting it grouped by any interval period. How do I group my data in 15 Minute Intervals. Is it similar to group by 30 Minu...more >>

Stored Procedure parameter
Posted by MikeS at 8/13/2004 10:13:02 AM
I would like to pass an optional date to a stored procedure and create a report and sub-report based on this date. If the date is not passed the procedure uses the current date to retrieve the data. I want the report to be a scheduled snapshot to be produced on a daily basis, but also want t...more >>

Reconfigure the report server database
Posted by Laura Lin at 8/13/2004 9:55:28 AM
I have the report server database installed in the same machine as teh report server. Now I want to move it to a different server for performance and scalibility, is there a way to do it? Thank you. ...more >>

Is it possible to run a sql statement do determine a cells value?
Posted by Skeptical at 8/13/2004 9:23:15 AM
In other words Can let's say a textbox have something like =(runsql(select top 1 x from y where z=!Fields.k.Value) Thanks ...more >>

SP1 error
Posted by jchanyae NO[at]SPAM hotmail.com at 8/13/2004 9:10:49 AM
After upgrading to SP1, when using the preview tab in Visual Studio, I'm receiving the following error: An error has occured during report processing. Value cannot be null. Parameter name: format The problem is, I don't have a parameter called "format." This is "not" in my code behind wh...more >>

Get toggle state in an expression
Posted by montgoss NO[at]SPAM hotmail.com at 8/13/2004 8:37:14 AM
Is it possible to get a toggle state in an expression? I'm thinking something like: =Switch( ReportItems!textbox8.ToggleState, true, RunningValue(1, Count, "table1") > 3, true, true, false) Of course, "ToggleState is not a member of ReportItem". Is there a member that will tell me if the...more >>

RS Service Pack 1 question
Posted by davidbr93 NO[at]SPAM hotmail.com at 8/13/2004 8:00:24 AM
Does installing RS SP1 upgrade the version of sql server? We are running SP3A as a standard. I want to verify that if I install RS sp1 sql server will not be upgraded to 8.00.859 (this version contains a hotfix). We noticed our test sever contains the hotfix and are trying to figure out how ...more >>

drop down calendar
Posted by Ron at 8/13/2004 7:32:57 AM
Has anyone come up with a way to get a drop down calendar when entering date ranges for a report? TIA Ron...more >>

Slow Report - Fast SQL Statements
Posted by Jill at 8/13/2004 7:19:03 AM
Hi, I have this report that uses 6 datasets. If I take the code from each data set and run it through Enterprise Manager, the results of the queries pop up in seconds. However, if I preview the report in reporting services, it takes 3 minutes or more for my results to appear. The results a...more >>

Overlapping of PDF
Posted by Kam at 8/13/2004 7:01:01 AM
I have few reports that I want to get into a single PDF. I am clubbing all of them as subreports in a single parent report. Then I convert that report to PDF using SOAP API. I would like to mention some points : - I have properly placed rectangles (with 0 inch height and Page Break At End...more >>

Business Days between 2 Dates
Posted by Dave Bodenheimer at 8/13/2004 6:24:27 AM
I'm new to Reporting services and I would like to be able to dispay a calculated field showing the number of business days, or business hours betweeen 2 dates. Anyone have some thoughts? Or better yet, a code snippet? ...more >>

Same report, different datasource??
Posted by ssovinee at 8/13/2004 5:09:03 AM
I’m trying to figure our the most elegant way (if there is one) to have one report “boilerplate” reference multiple datasources. More specifically, here’s our situation: We have a number of different customers, each with their own identical SQL Server database on our Production dom...more >>

How do I show Charts & Tables on Web Page?
Posted by bill at 8/13/2004 5:09:02 AM
Hi. I've experianced the problem of getting the broken image links when trying to display charts in an external browser. I used the posted workaround of extracting the images from the stream for independent display (an ugly workaround). But I am stumped how to display a report that has both...more >>

config file - read connection string
Posted by AG, NLB d.d. at 8/13/2004 3:23:01 AM
I have Custom.dll for retriving data from database. I don't want to store connection string in class. Is it possible to store in some RS config file or i have to use XML file and read from it? Thx....more >>

Fields Security
Posted by May Liu at 8/13/2004 12:11:01 AM
I want to make a report which some of fields are invisible for a particular user. i.e. for a same report, I want to hide some sensitive fields such as amount to general user while manager can view this amount fields. Does reporting service have this features ??? ...more >>


DevelopmentNow Blog