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 > september 2004 > threads for wednesday september 29

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

deleting parameters in report designer
Posted by Jasonymk at 9/29/2004 8:35:04 PM
i have create a paramenters and use in the sql, but after i deleting it from the sql statement, i still need to enter the paramenter in the PREVIEW. i have check and clear the parameters clicking the "..." button but when i check the properties of a table and set the expression, the parameter...more >>


reporting services install and configuration
Posted by wills at 9/29/2004 7:51:02 PM
Development Environment 1 Web Server - name: dev1, platform: windows 2003 web edition, .net framework 1 SQL Server - name: dev2, platform: windows 2003 enterprise, .net framework 1 Workstation - name: dev3, platform: windows xp pro sp1, visual studio 2003 pro, .net framework Will reporti...more >>

*******How to write a driver for RS?*********
Posted by Cao tt at 9/29/2004 6:31:02 PM
Now I met this question: Our project need us must write a driver to retrive data from file but not from database to form a report. That is to say: I want retrive data from a text file to form a reporting service. How did I ? ...more >>

Accessing Report Properties in Embedded Code
Posted by vmp_pdx at 9/29/2004 6:19:02 PM
Is it possible to access report properties in embedded code? An earlier post was looking to set the visible property of a table column depending on the "RenderFormat" of the current output. I am also interested in doing this and began playing in the embedded code window with code similar to.. ...more >>

Setup problem
Posted by Andres at 9/29/2004 6:16:55 PM
Hi I'm installing RS Dev Ed. on my WinXp SP1 machine. At the end of the setup project I get this error. Error 1920. Service 'ReportServer' (ReportServer) failed to start. Verify that you have sufficient privileges to start system services. I'm in the Adminitrators group. I also tried wit...more >>

Check if fieldname exists??
Posted by Cindy Lee at 9/29/2004 6:07:16 PM
Can I do a check if a field name exists like in an expression: iif(Fields!Time_Month.Value,,) iif(Exists(Fields!Time_Month.Value,,))...more >>

Preview error
Posted by Live_Love_Laugh at 9/29/2004 5:17:53 PM
This is my first report. I used VS.NET 2003 wizard to create the report, which consisted of a very simple select query report. When I switch to preview tab in IDE, I am getting the following error. Processing Errors: An error has occurred during report processing. Cannot create a connecttio...more >>

Fields that are not always there.
Posted by Cindy Lee at 9/29/2004 4:07:55 PM
I'm trying to use dates. And sometimes I'll call a query with month, = and sometimes by year. Sometimes if I run the mdx query for month I'll get fields, = Fields!Time_Year.Value and Fields!Time_Month.Value But if I do year, I'll just get Fields!Time_Year.Value. When I try to = write an e...more >>



pie chart label
Posted by Francis at 9/29/2004 3:59:31 PM
Hi, is there a way to show labels and value to data point in a pie chart? I'm able to show the value, and i am able to show the label. But I want to show the two. ex: a pie chart of departement, I want the point labels show DEPT1 : 500,2 DEPT2: 200 ECT... thanks francis ...more >>

Charts not rendering
Posted by Casey Rosing at 9/29/2004 3:34:38 PM
Hi, this is a pretty vague post but hopefully someone will be able to help. I've recently experienced some problems where the charts wouldn't render at all and the standard IE broken image X would display. Refreshing the page doesn't help and neither does reopening the report. I have a feeli...more >>

Unable to Deploy Report from Report Designer
Posted by GH at 9/29/2004 3:31:10 PM
When trying to Deploy from my workstation (XP Pro) to the Win Server 2003 which is hosting both the Reports Web site and the SQL Server installation where the ReportServer database is loccated I get the following error: Deploying to http://localhost/ReportServer?%2fRepReport Error rsReportSe...more >>

Question on table footer
Posted by Roger Kemerling at 9/29/2004 1:58:06 PM
Will the table header row not print on the last page if the only output for that page is the table footer row? This seems to be that case in my report, but I would like the table header row to also print. Can this be done? ...more >>

report description
Posted by Emmanuel at 9/29/2004 1:46:01 PM
Hi, How can I display the report description on the report itself? Have been looking over the books online but can't find the answer there. Maybe its not supported? regards, ...more >>

Get All Possible Values of a Report Parameter
Posted by Loui Mercieca at 9/29/2004 12:20:06 PM
Hi, I need an application that displays reports, and prompts the user for the parameter values. I have used the GetReportParameters() to retrieve the list of parameters. However, i could not find a way to get the available values when the parameter is of a list type. For example a countr...more >>

Repost: Calculated default parameters not visible in Web UI
Posted by Urs Eichmann at 9/29/2004 12:18:28 PM
Repost of a question / bug I reported one week ago. As I am an MSDN universal member, I think I have the right of an MS employee answer. I want to set report parameters to the first day of the previous month. In order to do so, I calculate a parameter value by entering the following into th...more >>

Subscription: Ending at a certain time
Posted by steven.cooper NO[at]SPAM infocision.com at 9/29/2004 12:08:24 PM
Does anyone know how to kill a subscription at a certain time. The only options I see are to pick a date to end a subscription (from a date picker)? I would like a subscription to run from 6 PM - 10 PM on the same day, and then end. In fact, I need to have it run 6 - 10 for 6 straight days. ...more >>

Matrix Report: Need some suggestions please
Posted by Reg at 9/29/2004 12:04:39 PM
I have to create a report that will list the room bookings for a certain hotel in a certain time frame. Sound easy enough right... This is what the report should look like, first lets accept that I pass in parameters for the following: 1. Start Date 2. End Date 3. The hotel I want the the...more >>

Deliver Extension via FTP/Custom
Posted by Alex at 9/29/2004 10:29:05 AM
Hi! I have a task of delivering a report generated by Reporting Service and exported to PDF to a remove FTP server. I know that RS has support for custom deliver extensions and I need to know a) whether there's already such exntension available (i've seen on RS documentation a mentioning of s...more >>

Installing on 64 bit box
Posted by NPShinn at 9/29/2004 10:11:09 AM
When RS was installed no RSExecRole was created, or perhaps the workaround for the 64 bit box caused it to be missed. Either way, is it okay to just create the role? and if so, is it okay to run catalog.sql? or should I just pull out all of the grant statements? Thanks in advance... ...more >>

Incrementing Number
Posted by Mark at 9/29/2004 9:53:12 AM
Hi there, I'm having problems figuring out a way to increment a number in a table grouping. I have a report with a table that prints out the top 5 events watched and currently it looks like this when displayed: Rank Event Name Number of Hits 1 Even...more >>

Walkthrough-using dynamic Query
Posted by SalamElias at 9/29/2004 9:35:06 AM
I am trying to implment the third lesson in the tutorial that ships with RS, in step 7 of this walkthrough it is indicated that I should replace the static T-SQL by another in the generic query designer which is : ="SELECT FirstName, LastName, Title FROM Employee" & IIf(Parameters!Department...more >>

developing reports for Exchange 2003
Posted by Andy S. at 9/29/2004 9:23:58 AM
Has anyone had experience with developing reports based off items in Exchange 2003? Is it possible to use reporting services to connect to Exchange to report on types of emails or does another type of connection have to made? Any insight would be much appreciated. Thanks. -- *************...more >>

generating Excel file every morning
Posted by SalamElias at 9/29/2004 9:07:07 AM
Hi, I started playing with reporting services, followed the first 3 lessons int the walkthrough, I find it a very interesting tool. When viewing a report in IE, we have the possibility to export to excel file. I woudl like to do a dynamic report, let's say generated on the fly at 6 o'clock mo...more >>

Install Error
Posted by TonyL at 9/29/2004 8:59:02 AM
Can anyone shed some light on this one? <Func Name='PerformDetections'> 0 Failed to find property in cache: InstalledInstances Failed to perform discovery on machine: DEV01 HRESULT: 2147749891 <EndFunc Name='PerformDetections' Return='2' GetLastError='183'>...more >>

Field Names
Posted by Opuspocus at 9/29/2004 7:29:05 AM
I want to build a report that from an OLAP data source that uses a named set that is a rolling 12 month view. The problem is I don't like the field names that are displayed. For Example, 'ArrivalDate_All_ArrivalDate_2003_Quarter_3_2003_August_2003'. All I want is August 2003. I know I ...more >>

Report File Name
Posted by Steve at 9/29/2004 6:21:02 AM
Hi, I wish to save my reports to a fileshare on our network but I need to save the report with a particular name that may vary from week to week or month to month. eg1 : Report1.WK40.pdf eg2 : Report2.CM9.pdf WK40, (week 40) or CM9, (calendar month 9), being the part of the file na...more >>

Delivery to a monted drive
Posted by pbals at 9/29/2004 6:15:05 AM
I am trying to deliver a report to a shared drive on the network that is mounted via Samba. The drive is accessible through normal file explorer and Dos commands. Reporting Services lets me put in a username and password in addition to the path. The credentials are valid. ReportServer ...more >>

Cannot add a new stored procedure field to report
Posted by Dave at 9/29/2004 6:03:02 AM
I've built my report which uses a stored procedure to supply the data. All works fine. I've now added a new field in the proc that's returned to the report. I've tried right-clicking in the fields window, choosing Add Item... and entering it's name, and I've tried adding it in the Fields list ...more >>

Urgent please help -RS, viewer control, internet access , std edi
Posted by AHH at 9/29/2004 5:47:02 AM
Is it possible to access reports over the web using the viewer control and RS standard edition RS server behind firewall Web app in DMZ I have looked at the security extension example for forms authentication, but I have also read that STD edition of RS cannot use Forms Auth (after we ...more >>

refreshing report data
Posted by gearoid_healy NO[at]SPAM yahoo.com at 9/29/2004 4:48:00 AM
I found a post by someone who was having a problem with their reports refreshing and the solution they got was.... "Please make sure that Report property "Autorefresh" is set to 0 (disabled)" Where is this report property?? I can't find it and I need this to refresh my report.......more >>

Dynamic query slowing down report performance in preview mode
Posted by Marten vd Steen at 9/29/2004 2:09:09 AM
Since I installed Windows XP sp2 and reporting services sp1 I cannot modify my reports anymore which are using dynamic queries. If I modify a dynamic query and click on refresh fields my devenv.exe hangs for at least 10 minutes and more. On other development machines with same hardware and sa...more >>

Multiple Sites in Export
Posted by SwissSmurf at 9/29/2004 1:15:03 AM
Sali zäme :-) In a report, i have got multiple pages as it should be. Now, i'd like to have just 1 sheet in an excel export including all data, but several pages in preview are generating several sheets in excel. Any idea? thx...more >>


DevelopmentNow Blog