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 > july 2004 > threads for thursday july 22

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

Difficulty installing reporting services server
Posted by gryphon NO[at]SPAM startcorp.com at 7/22/2004 11:17:32 PM
G'day, I am trying to install reporting services (development version) on a Windows 2000 Server, and the setup will not allow me to install the server components as it says "Internet Information Services 5.0 (IIS) or later is either not installed, or it is configured in a way that is incompat...more >>


New Line in HTML
Posted by Samuel at 7/22/2004 8:38:15 PM
Hi, I have a field header with multiline ( ascii chr(10) ). But it does not shown in HTML but does in other formats. Because it is rendered as is and not as <BR>. Is it any way to show the newline? TIA, Samuel ...more >>

Newbie Install question
Posted by andre NO[at]SPAM online.nospam at 7/22/2004 7:00:03 PM
HI, I am new to Sql Reporting Service and I have a Newbie question. I have VS.Net installed on one Computer and SQL Server installed on a server. When I install SQL RS, Do I install it on both, my development computer and the SQL Server (windows Server)? And what VER can I put on both computer...more >>

report starts processing immediately
Posted by Lesha Akulinin at 7/22/2004 6:38:35 PM
Hello, my report starts processing immediately when I switch to preview window in VS (or click on it in the Web Browser). I know it's because it has some string parameters (with list of available values and default value defined) & 2 datetime parameters that allow null values. When I remove...more >>

Public Chat: SQL Server 2005 Beta 2, What's New
Posted by Stephen Dybing [MSFT] at 7/22/2004 5:40:15 PM
Join members of the Microsoft development team as they chat about what's new in SQL Server 2005 Beta 2. One major new feature that's been announced in Beta 2 is data encryption. Come chat about other new features and changes that exist in this highly anticipated beta of the next version of SQL S...more >>

Data filter question
Posted by Ibexx at 7/22/2004 5:10:02 PM
I have created a report param of type string named BatchNumber. The default value is "All". However if the user wants to filter for a particular batch number they might change this param value to "1" or "2", etc. This is my data filter: Expression: =iif ( IsNumeric( Parameters!BatchNumber....more >>

List Vs Matrix Vs Table performance.
Posted by Jason at 7/22/2004 4:56:12 PM
Has anyone performed any analysis comparing the performance of a List vs. a matrix and a table (inparticular rendering performance). Other than obvious things like complexity, and groupings (single groups, row groups and column groups), has anyone documented the reasons to use each control. ...more >>

Mime Type and Encoding to produce report as JPEG
Posted by Roger Twomey at 7/22/2004 4:35:37 PM
I have read in many places that reporting services will allow me to make = my report an image, TIF, JPEG, PNG etc. When I try to create a TIF I use: IMAGE image/tiff and it works. If I want to do a JPEG I tried: IMAGE image/jpg IMAGE image/jpeg Whate are the correct Mime and enc...more >>



Problem with DateAdd and ReportParameter
Posted by Betina Keiner at 7/22/2004 4:34:08 PM
Hi there, I'm trying to use a a ReportParameter in CommandText. Usually this works fine, but together with the DateAdd-Function I've a problem. When I use the following query everything works fine = "SELECT Datum1, Datum2 From Table WHERE DATEADD(year, 20, Datum1 > Datum2" When I ...more >>

Newbie Question
Posted by Dave at 7/22/2004 3:14:01 PM
After having problems with my first attempt at installing Reporting Services, I did some reading, found the answers I needed and did a re-install. Everything worked fine, however, I did not delete the original web sites from the first install (called Reports and ReportServer) and when I did the re-...more >>

cache
Posted by Will Byron at 7/22/2004 2:37:52 PM
Sometimes we expect a report to run from cache and it doesnt. Scenario is we subscribe to the report to run at 3 am and set execution to cache report and expire at midnight. So this way when a user runs during the day, the report is already cached However I noticed in the executionlog table th...more >>

Changing smtp and from values
Posted by Jim Abel at 7/22/2004 2:09:05 PM
During the install wizard prompts where presented for a SMTP address and a FROM value. I want to change these values now, How do I do this?...more >>

URGENT - hide parameters in the URL when exporting a report
Posted by Susan at 7/22/2004 1:30:02 PM
I created a web application calling Web Services (using SOAP) to render a report with a customer_id parameter passed, I would like to know if there's way to hide that parameter from the URL when trying to EXPORT it to Exel, HTLM or ect... Thanks in advance Susan...more >>

"View Report" button.
Posted by Benjamin Pierce at 7/22/2004 12:58:05 PM
Hello, Would someone be able to tell me if this is a bug or not. When I have two parameters (both text boxes) and change the first one and click on the "View Report" button to refresh the data with the new parameter values it blanks the report out and I do not see "processing report" like I n...more >>

Tangled Up In Expressions
Posted by Michael Solomons at 7/22/2004 12:40:56 PM
Hello: I have a comma seperated field representing OR filter values for the query - each is sent as an integer, but has a string pair that is known. I want to fill the contents of a field with these strings: Favorite Colors: Blue, Green, Yellow, Gray Parameter value: 1,2,4,6 Something...more >>

Multi-Select prompt from a query
Posted by Paul D. Fox at 7/22/2004 11:57:39 AM
Can I do a multi-select prompt from a dataset query as parameter in a report? Paul ...more >>

Preview is better than web browser in this case
Posted by creative NO[at]SPAM mailcity.com at 7/22/2004 11:45:51 AM
I like the functionality in the preview - that if all the parameters have a valid value... it starts the query without pressing 'View Report'. Whereas in a published report in a browser, I always have to press the 'view report'. In some cases one is better than the other - specially if the ...more >>

SP1 question
Posted by Chris Patten at 7/22/2004 10:57:03 AM
Sorry if this is posted twice, errored out first time! Do I only apply SP1 against the server or does my VS environment also need an update?...more >>

can not expand table group in internet explorer
Posted by Rea Peleg at 7/22/2004 10:48:52 AM
Hey all I hope one of you encountered this problem.. I have grouped fields on one table object in some report. In visual studio all is well i can expand the grouping fields to see thier children and thier data. The problem appears in internet explorer - under no sircumstances will this group e...more >>

Reports navigation target
Posted by Audrey See at 7/22/2004 9:47:44 AM
We use frames in our web application and display reports in one of the frame. When there is a link within a report to navigate to aother report, the the target report would take over the entire browser window. How can I set the navigation target to force the new report to stay within its own fra...more >>

Matix?
Posted by JDP NO[at]SPAM Work at 7/22/2004 8:49:16 AM
I'm looking for suggestions.... The report will have columns named "Prob. 25%", "Prob. 50%", "Prob. 75%", "Prob. 90%" Each column will be forecasted sales that are branded with the appropriate probability for a sales person. Should make mods to my sproc to accept a probability and run the...more >>

Limit Concurrent Report Creation
Posted by Isaac Sullivan at 7/22/2004 8:30:39 AM
Does anyone know if it possible to limit the number of reports that are generated concurrently? With so many users requesting reports it would be ideal to limit the number of reports being generated at any one time to, for example ten. Thanks in advance, Isaac ...more >>

Infopath for Reporting Services Parameters
Posted by creative NO[at]SPAM mailcity.com at 7/22/2004 7:31:28 AM
Has anyone looked at that? I think it could be a good option... Parameters layout is something I would like to change. Any suggestions?...more >>

Wish List
Posted by JDP NO[at]SPAM Work at 7/22/2004 7:30:09 AM
Native way in "Render" to send to common devices, file system, local or network printer etc..... without user intervention. Most of my clients don't sit and run reports, they do for some things, but mostly it's an automated process and a worker-bee knows to take the report copy from the printe...more >>

Email Subscription random failure
Posted by Allan Unterschutz at 7/22/2004 7:12:06 AM
Hi folks, I installed SP1 onto our development box in hope this would fix an issue with Email subscriptions failing on occasion to send. The problem is that random subscriptions are not firing after the report content is update and notification is not sent to the subscribers. After installing...more >>

What options are available to modify the user interface (End User)
Posted by Rob George at 7/22/2004 5:31:03 AM
Is there a easy way to modify the user interface "http://ServerName/Reports" to make it have a more corprate look and feel. ie company logo ect....more >>

How to create an Excel formula in a table footer?
Posted by Vincent at 7/22/2004 3:35:01 AM
Hello, I need some help with the generation of formulas when rendering to Excel. Let's take a small table to explain the problem, with the columns quantity, price per article and total price. The last column is a calculated column which could look like: =ReportItems!tbQuantity.value * ReportIte...more >>

Re: The required setting TO was not found.
Posted by Phil Winstanley [Microsoft MVP ASP.NET] at 7/22/2004 3:12:27 AM
Hi There, I have still had no reply on this, someone must be able to help. Here is the error: - System.Web.Services.Protocols.SoapException: A subscription delivery error has occurred. ---> Microsoft.ReportingServices.Diagnostics.Utilities.DeliveryErrorException: A subscription delivery ...more >>

CreateDataDrivenSubscription
Posted by May Liu at 7/22/2004 2:11:02 AM
I try to use .NET to subscribe report which email address is retrived from Access databse. I follow the online example of CreateDataDrivenSubscription and the main difference is the mail list come from Access DB. The code is as follow: Dim dataSrcDefinition As New RptSvc.DataSourceDefinition d...more >>

Accessing report server
Posted by Tino at 7/22/2004 2:00:04 AM
hi!! i have a pb when i submit the reprtserver URL http://myserver/reportserver msg from the browser : The permissions granted to user 'SRVBMAPACCE1\IUSR_SRVBMAPACCE1' are insufficient for performing this operation. (rsAccessDenied) what should i do ?...more >>


DevelopmentNow Blog