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

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

Render a report to fileshare using VBScript/Soap (MS Soap Toolkit 3.0)
Posted by Greg Clark at 9/7/2005 10:10:48 PM
Hi, Does someone have some example vbscript needed to accomplish this? Regards Greg ...more >>

Print directly frm PDF format
Posted by Angela at 9/7/2005 9:22:01 PM
hi, is there any ways to print the reports directly frm the web application by rendering the reports to pdf format? regards Angela...more >>

PLease help!
Posted by Scott at 9/7/2005 5:30:03 PM
I am developing a Reporting services project using C#. I ran the query that will determine the fields that would appear in the output. It is basically a complex inner join query involving more than one table and the some of them are calculated columns that are not part of the any of these tab...more >>

Report's existance
Posted by J-T at 9/7/2005 4:40:10 PM
How can I make sure that a report still exists in the reporting service ,programatically? Thanks a lot ...more >>

Service Pack Version - sp version
Posted by Jim at 9/7/2005 4:40:01 PM
Hi, I want to find out what version our SQL Reporting services box is on. When I go to http://<serverName>/reportServer, I get the following Microsoft SQL Server Reporting Services Version 8.00.1042.00 I would like to know what each version number is. ie: 8.00.????.00 - base install ...more >>

Intermittent Drill down Problems
Posted by Matt.Beagle NO[at]SPAM gmail.com at 9/7/2005 1:48:02 PM
I have a report deployed to dev server with a drill down that works fine. I deployed the same report to the prod server with the same configuration and I'm getting intermittent problems with the drill down, it works fine on one users machine, on another when you click the +, the screen just refr...more >>

Problem with Stored Procedures and Preview Tab
Posted by C a r l o s - A n t o n i o at 9/7/2005 1:36:08 PM
Hi ya'll I've created a report based on SP with 2 DateTime parameters: @FromDate and @ToDate. With the Basic Query Designer I created the dataset, set its name to MyDataSet and the Command Type drop down is set to StoredProcedure. If I test the DataSet, It works fine. The problem is when...more >>

Reporting Service Custom Code Error - Request for the permission of type
Posted by jonknutsonhome NO[at]SPAM yahoo.com at 9/7/2005 1:31:35 PM
I have added some Custom Code in Reporting Service. Reports - Report Properties - Code Tab - Custom Code Here is my code. public Function Please(d as DateTime, CultureFormat as String) as String dim returnvalue as String Try System.Threading.Thread.CurrentThread.CurrentCulture = new...more >>



Subscription to WebArchive doesn't work
Posted by savvy95 at 9/7/2005 1:26:02 PM
Ok I give up. I've been working on this ALL DAY. 1 email subscription doesn't work. It's been deleted and recreated and always fails when rendered using WebArchive Format. Other email subscription using WebArchive don't fail, but this one does. SQL2k on W3k. RS on W2k SP4...more >>

Launching a Report From an Application
Posted by Cooper at 9/7/2005 1:24:06 PM
We are trying to launch a report from an application. All that happens is that the applciation gives the user a link that it dynamically builds, populating all of the parameters for the user. Currently the link launches the report, but we wanted two things to happen. We did not want to sho...more >>

Suppressing Output Formats
Posted by Ramzi at 9/7/2005 1:06:03 PM
I have a ReportViewer control that has a dropdown list of the different formats a user can export to. What must I do to suppress on or more items in the drop down list? Thanks -- MCSD.NET...more >>

Parameters Pane
Posted by adam.rhodes NO[at]SPAM gmail.com at 9/7/2005 1:01:06 PM
Is there a way to absolutely bar a user from calling up the Parameters Pane outside of taking away the prompts for a parameter? I tried doing that and it won't allow me to pass parameters in a URL. I also tried '&rc:parameters = false' but the allows a user to pull the parameters pane back. I'...more >>

Date paramter default value
Posted by Jeffrey Jones at 9/7/2005 12:54:33 PM
Hello all, I have written a report that I would like to be sent to a person or persons at the beginning of the week. There are two parameters in the report that the users would normally type the dates. I know I can to the previous week thing by using a stored procedure, but I would like to ...more >>

Exporting a Drill-Down to PDF
Posted by Cooper at 9/7/2005 12:06:06 PM
We're trying to export a report that has drill-down information in it to PDF. Whenever we do export it, the pdf does not expand the drill-downs for us, which is useless. Is there a work around or any suggestions, please. Thank you...more >>

Calendar Control
Posted by jeffj924 NO[at]SPAM gmail.com at 9/7/2005 12:04:26 PM
Is there a way to use calendar controls to select dates. I have a report that requires a start date and an end date as parameters. I would rather have a date selector then have the user type in the dates. thanks ...more >>

RE: execute RDL dynamically...
Posted by Sunish Abraham at 9/7/2005 10:22:41 AM
I know you can create RDL programatically...but is it possible to execute the RDL on a report server without having to publish it to the server? I want to be able to generate some RDL on the fly and execute it on the report server and display the report to a user. Thanks for any help!! Su...more >>

This report always shows me 4 blank pages.
Posted by Luis Esteban Valencia at 9/7/2005 8:50:15 AM
Its strange it shows me 4 blank pages and I cant see why. and there is some part of the report that is not showing to me <Grouping Name="list1_strNombre"> <GroupExpressions> <GroupExpression>=Fields!strNombre.Value</GroupExpression> </GroupExpressions> <PageBreakAtEnd>true</PageBre...more >>

Migration to new servers
Posted by CGW at 9/7/2005 8:10:07 AM
I have to migrate reports to two new servers. I tried simply moving the databases over, but RS freaked. rsactivate and the other utilities are problematic, to say the least (I freaked). It seems like the easiest thing would be to install SQL RS on the new servers, copy over all of the proje...more >>

A question of Sum
Posted by Goncalo at 9/7/2005 7:53:36 AM
Hi, how can I retrieve the sum till the end of each page and put it in the end of corresponding page? Ex: Page1 Page 2 10 40 20 50 30 60 Sum: 60 ...more >>

Pie chart output overlapping
Posted by anthonysjo at 9/7/2005 6:17:04 AM
I am creating some pie charts and have noticed that I have no control over moving a data point when I am showing the data point for a pie slice outside the pie and connected to the slice by a line. Therefore, the data will sometimes over lap when the pie slice is relatively small. Is their...more >>

Custom Assembly Configuration Problems
Posted by Paul Keegstra at 9/7/2005 5:41:06 AM
Hi, I am attempting to integrate a third party .Net assembly into a custom report I'm writing. The assembly provides functions for creating 2D barcodes that are a required format for my solution. I've successfully referenced the assembly and can run my report from visual studio without er...more >>

Expand and Contract Groups
Posted by Warren Patterson at 9/7/2005 12:00:00 AM
Hi, Does anyone know how to give a group expand/contract ability? I have a ton of data and dont want to display all the goupings detail unless the user expands the group. Drills down. It must be possible? Kind Regards Warren ...more >>


DevelopmentNow Blog