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 > october 2005 > threads for wednesday october 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

Report Viewer through SOAP webservices
Posted by singaravelu at 10/5/2005 9:43:02 PM
Hi everyone, I want to use report viewer throught SOAP webservices. How to do this? I dont want to use the URL access. I want to use reportviewer control and the report to be access through the webservice. Advance thanks for help. regards, J.Singaravelu ...more >>


Cannot connect to SQL 2005 Reporting Services
Posted by Kam at 10/5/2005 8:55:02 PM
In SQL Server Management Studio, I try to connect to the Reporting Services. I got the following messages. 'Cannot connect to KSIU-LT\SQL2005' Additional information: The request failed with HTTP status 407:Proxy Access Denied I installed the SQL 2005 Developer Edition Sep CTP in XP Profes...more >>

Error - Server Error in '/Reports' Application - system.drawing.dll
Posted by sarah bear at 10/5/2005 6:14:10 PM
Hi, I've got a small issue - I can't access my report server anymore! Everything was working beatifully, up until we restarted the server last night. Now when I try to access the site i get the following: Configuration Error Description: An error occurred during the processing of a confi...more >>

Quesiton about Reporting Services and Images
Posted by dean.singh NO[at]SPAM gmail.com at 10/5/2005 5:58:00 PM
To all, Currently our servers with Reporting Services are not accessible via the public internet. So far this has been fine but now I need some reports to have some small graphical images on them. I noticed that no matter what the location of the Image that I specified, External, Embedded,...more >>

Auto UpLoad
Posted by PaulQld at 10/5/2005 5:44:01 PM
Is there a way to automate the upload of reports (.PDF's). My DD Subscription produces .PDF files of the reports , I would like to upload them automatically so the user can see the files via Report Manager. Has anyone had to do thi yet? Many thanks in advance Paul...more >>

RE: Passing complex parameters
Posted by Jon Heide at 10/5/2005 5:05:00 PM
Deepak- "Failed to execute web request" can be due to several issues. I would suggest starting with a simple xml document on a virtual directory and working up from there. Things to check when working with a web service as a data source: (1) Permissions (The data provider is probably using int...more >>

How to change location of log files
Posted by rjseh2001 at 10/5/2005 3:06:04 PM
Hey all, Can somebody please give me some guidance on how to change the location of the LogFiles after the server has been working for quite some time? We have the RSS running everything from C:\ and we're running out of space there, primarily because of the RS logs. Where would I change ...more >>

Known assembly FileIOPermission error, still no solution
Posted by Siwy at 10/5/2005 2:10:36 PM
I'm trying to write to a text file from my custom assembly and I keep getting FileIOPermission. The only way I can get it to work is by changing the PermissionSetName of the whole CodeGroup from Nothing to FullTrust. The assembly itself is very simple and all it does is it writes one line to a...more >>



Implementing custom forms authentication in RS 2000
Posted by Partha Sarathi Roy at 10/5/2005 1:42:20 PM
Hi, I am a trying to implement a custom authentication for RS 2000. To check out the concept, I had used the sample code from MSDN did all the config changes as mentioned in http://msdn.microsoft.com/library/default.asp? url=/library/en-us/dnsql2k/html/ufairs.asp. The report server piece wor...more >>

queueing and submitting reports
Posted by klumsy NO[at]SPAM xtra.co.nz at 10/5/2005 1:35:54 PM
i am just wondering if anybody knows of any third party software, or a good way to implement the following using the webservice. in our current reporting engine (inhouse designed) users can select a report, select the parameters and submit it to be run, when its complete it shows up in a sort ...more >>

Color inconsistent on each slice of Pie
Posted by anthonysjo at 10/5/2005 1:01:03 PM
Hello all!! I have created a pie chart that is embedded in a matrix report, therefore creating a new pie for every row. The problem I am having is the pie slice for the same series is changing each time there is a new pie. For example, in the first pie Cars may be designated as green but ...more >>

Check for Null in Expression
Posted by Giya at 10/5/2005 12:59:19 PM
1) I need to know how to check for the null value. IsNothing and IS System.DBNull.Value and Len(Fields!mmActDate.Value)=0 doesn't seem to work. =IIf( Fields!mmActDate.Value IS System.DBNull.Value, MonthName( Fields!mmPlanDate.Value ),MonthName( Fields!mmActDate.Value )) I get a warning mes...more >>

Passing complex parameters
Posted by Brian Smith at 10/5/2005 12:56:06 PM
Is it possible to pass a .net DataSet to a Report, and have that used as data within the report? I have a dynamically generated list of items in a .net DataSet that I need to pass to a top-level report which then calls subreports for each item. I'm not sure how you can process such a paramet...more >>

Multiple Values on Point Labels
Posted by anthonysjo at 10/5/2005 12:56:02 PM
Hellow all, Is there a way to show multiple point labels on a pie chart? I have the pie showing the percentage using the following format : =Sum(Fields!YTD.Value)/Sum(Fields!YTD.Value, "chart1") format code: %.0 I want to add the YTD value on a separate line so I will need to add a retu...more >>

RS report integrated with .Net web app
Posted by David at 10/5/2005 12:44:03 PM
I am trying to integrate a Reporting Services report within a .Net web application. The easiest way to do this is to create a frame from within the web application and link to the Reporting Services report. That way it appears to be part of the application. But how can it be setup so that t...more >>

Matrices & Totals
Posted by exkievan at 10/5/2005 11:57:08 AM
I have a matrix with two levels of row grouping and one level of column grouping. For each cell I need to show the percentage of the group subtotal. Here's an example. CG1 CG2 CG3 # % # % # % RG1 RG11 50 50% 20 10% 400 20% RG12 20 20% 80 40% 300 15% RG13 30 30% 100 50% 1300 6...more >>

re: Cannot edit RS reports...!!!
Posted by Lukasz Pawlowski at 10/5/2005 11:53:48 AM
You need the Manage reports task. You can get this on a default report server installation by having the Content Manager role. -Lukasz This posting is provided "AS IS" with no warranties, and confers no rights. -----Original Message----- From: Kerc Posted At: Wednesday, October 05, 20...more >>

MDX statement using Parameters as Calendar
Posted by elvispires at 10/5/2005 11:21:02 AM
Hello People, I'm developing reports using SQL2005 and Reporting Service 2005 where I'm using MDX to extract the information from the cube, but now I need to get a range of data as a parameter, but using the Calendar date picker from Reporting server, do you know if is it possible ? Th...more >>

Cannot edit RS reports...!!!
Posted by Kerc at 10/5/2005 10:32:28 AM
I'm new at using RS, so please bear with me... I need to make small changes to existing reports. I'm able to execute the reports and view the report list through the Report Manager, but I don't ge the "Edit" options for the reports. What security options must I have to be able to edit the re...more >>

Last line of page printing at top of next page
Posted by Danny Bader at 10/5/2005 10:07:05 AM
Anyone else have this problem and know the solution. -- Thanks, Danny Bader...more >>

Moving report from Access to Reporting Services
Posted by Moving rpts from Access to Rptg Services at 10/5/2005 8:33:13 AM
I created 2 stand alone queries and another that combines/joins the 2 for a cumulative repoirt in MS Access. I need to recreate the combined report in Reporting Services but do no know how: Query 1 MON _is Down Karen 10_05 SELECT call_req.ref_num, First(act_log.time_stamp) AS FirstOftime_...more >>

Determine slow running reports
Posted by Randy Knight at 10/5/2005 7:47:31 AM
I've been tasked with optimizing our reporting environment and want to target the worst performers first. The problem is that our reports are published directly to the reporting server by reporting analysts throughout the organization so I have very little knowled as to what's out there, who us...more >>

Drilldowns
Posted by David at 10/5/2005 7:35:04 AM
I have a list of items. Some of the items would be a good candidate for the drilldowns because the item name is the same. How can I only enable the items with the same item name to be group together with a drilldown?...more >>

Determining which email failed.
Posted by Zresse at 10/5/2005 6:24:37 AM
I have a data driven subscription which delivers multiple reports to multiple subscribers. For the most part, it works great. But, sometimes there is a failure in the delivery. Ie 10 reports were to be delivered to XXX@xx.com. It says that 8 were successful, and 2 failed. Unfortunately, I ca...more >>

Matrix Total Line till the end of the dynamic columns & Bold totals and sub-totals
Posted by alkesh.patel NO[at]SPAM patni.com at 10/5/2005 3:46:54 AM
I am using Matrix in one of my reports and I would like to have my sub-total & total line strech until the end of the last 'dynamic' column. Also I would like to display the totals and sub-totals in bold. Is this possible? If yes, please let me know the workaround as soon as possible. Than...more >>

Exporting to Excel
Posted by Rahul Behal at 10/5/2005 2:50:02 AM
Hello, I have got problem exporting a Report to Excel. I am using SQL Server 2000 Reporting Services Evaluation Edition. I have tried the same by programming Reporting Services : URL Access(Specifying rs:Format=EXCEL. But it too doesnot resolve the issue. Pls help me resolving this. Thanks,...more >>

Force to Render to PDF
Posted by Puddy at 10/5/2005 1:58:03 AM
Hi Is it possible to force a report to always render in a specific format (in this case PDF) and remove the option for the user to change the format in Report Manager Thanks Puddy...more >>

LDAP Custom Authentication
Posted by Puddy at 10/5/2005 1:57:03 AM
Hi Can anyone assist me in finding out how to use LDAP for authentication instead of Integrated Windows. The reason for this is we use Novell as our NOS Thanks Puddy...more >>


DevelopmentNow Blog