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 2004 > threads for tuesday 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

rsactivate issues
Posted by Sam at 10/5/2004 8:13:40 PM
After installation of ReportingService (dev edition), I get a note that the server is not activated. I try to activate via command below and get an exception about unable to connect to the database. I've attached the log file as well. One of the messages said to look for MDAC version, th...more >>


Creating Bar, Pie and Line graphs
Posted by Patrick.O.Ige at 10/5/2004 8:12:00 PM
I want to have Bar or Pie charts on a webpage with ASP.NET page populated from a database.. We have Reporting server,olap etc.. Can i get our reporting server to populate a chart on the asp.net page? The webpage would be containg other things plus the Bar or pie charts.. Is this possible? Than...more >>

Accessing config file from delivery extension
Posted by Mike Sandwick at 10/5/2004 6:13:04 PM
I'm running into a problem with reading a config file with my own custom entries in it from within a delivery extension. I've tried putting it in the ReportServer web.config and RSReportServer.config, and my code doesn't seem to be able to find it. When I use the configuration file .Net ...more >>

Restricting Render formats
Posted by MCC at 10/5/2004 5:57:54 PM
Hi Is it possible to restrict the rendering formats available to the user in the dropdown within the Report Manager? Thanks, Mark ...more >>

Format subtotals in matrix report
Posted by James Gifford at 10/5/2004 5:03:00 PM
How can I make the total in the bottom row of a matrix report bold? Thanks, James. ...more >>

Date Parameter
Posted by SAcanuck at 10/5/2004 3:39:01 PM
My report contains a date-time parameter. When the report is run it displays both the date and time portions in my date drop down box e.g. 01/01/2004 12:00:00 AM. How would I change this to only display the 01/01/2004 ? Note: I want to maintain system localized date format....more >>

Data-driven Subscription e-mail problem
Posted by JanineB1129 at 10/5/2004 3:29:03 PM
Trying to test a data-driving subscription for 5 records for a specific report. Run report interactively successfully in report services. Can't figure out why e-mail is not being sent (set my e-mail address for all 5). Status showing "Done: 5 processed of 5; 5 errors". Verified SMTPServer info...more >>

RS Setup Help????
Posted by Don Miller at 10/5/2004 3:01:31 PM
I've posted a couple of times with problems after setup. Is there somewhere else I should look for assistance in setting up RS when I can't get either the Report Server or Report Manager working? Thanks. ...more >>



Is this a limitation of Reporting Services...?
Posted by Lisa at 10/5/2004 2:29:02 PM
I am beginning to wonder if the behavior I am running into is a possible limitation of Reporting Services. This is related to exporting a report to ..pdf that contains an embedded image. I have seen some discussion on this, but have been unable to glean a solution from the existing threads. ...more >>

What is the MultiValue property of ReportParameter object used for
Posted by Josh Robinson at 10/5/2004 2:25:03 PM
Does this mean that when I am building a report I can specify that I want a parameter to be able to (theoretically) accept multiple values? I am developing a custom front end for parameters that utilizes the web service and I noticed this property. Here is the definition from books online: ...more >>

PLS!! Help
Posted by Kjell Brandes at 10/5/2004 1:45:12 PM
Trying to take the result from a report on RS exported as XML via URLSyntax Ex. http://servername/ReportServer?/folder/reportName&customerName=customerName&rs:Command=Render&rs:Format=XML This example renders a XML-document, trying to use Microsoft.XMLHTTP, ASP to get the data from server. ...more >>

PDF Document Map Hierarchy
Posted by robert.ames NO[at]SPAM mercer.com at 10/5/2004 1:03:44 PM
I've notice a couple other posts about this issue, but could not seem to find any responses/resolutions. I have a table with multiple groups. In HTML the document map hierarchy looks fine. In PDF there is no hierarchy. Thanks for any help with this. Example - HTML: - Sex - Male ...more >>

Sql Reporting Services and VS.NET
Posted by snbat at 10/5/2004 12:35:31 PM
I am evaluating Sql Reporting Services. to see or use the report on the report server, does each client using the site need visual studio, or only the developer needs visual studio. Any response is greatly appreciated. Thanks snbat...more >>

Add Dataset Field in Page Header or Footer
Posted by Ponnurangam at 10/5/2004 11:55:05 AM
Hi, Is there any way to add a dataset field in Page Header or Footer Thanks Ponnu ...more >>

toggle visibility with tables
Posted by Kelly at 10/5/2004 11:46:22 AM
Hi all- A few of my table cells are set to toggle visibility when a certain cell is expanded/collapsed. My table cells are all bordered, and when the cell loses visibility, the border goes with it. I remember solving this problem quite a while ago with putting the cell contents into a textb...more >>

How to change user to deploy as in Visual Studio
Posted by sickmat NO[at]SPAM iit.edu at 10/5/2004 11:41:14 AM
I'm receiving the error "The permisssions granted to <user> are insufficient for performing this action" when I attempt to deploy to a remote Report Server. I have a new user setup with the correct roles, however i'm unable to change the user Visual Studio attempts to deploy with. Any ideas?...more >>

Using a webservice as a datasource?
Posted by Henry Zektser at 10/5/2004 11:41:04 AM
Is there an (easy) way to use a dataset returned by invoking a web service as a datasource in a report? I.E. when I run the report, can it query http://blah/getdata.asmx, which returns a dataset, either in table or XML form....more >>

Install on non-default website
Posted by Berry Morgan at 10/5/2004 11:13:58 AM
I would like to install RS on my intranet box on a non-default website and use host-headers to hit the site. Is this possible even though RS books online says to set the IP address for the site to "all unassigned"? TIA, Berry ...more >>

sp_help_job HELP
Posted by REM7600 at 10/5/2004 10:55:42 AM
Hi All, I would like a SIMPLE way to retrieve just the "Current_Execution_Status" value from the following stored procedure into a local variable so that I may evaluate it and process accordingly. I've found some stuff on the web but the scripting is like a couple hundred lines... Does it...more >>

Fit in 1 page in a list doesn't work???
Posted by Jéjé at 10/5/2004 10:49:41 AM
Hi, I've a report with some queries : 1. CLient infos (which return the client name and other text info) 2. Orders 3. Historical sales My query 1 and 2 are displayed in top of my report. My historical sales is displayed in 3 charts I want to group these charts in 1 page (specially when ...more >>

Suscripciones error 0x800ccc15
Posted by andrey at 10/5/2004 10:26:32 AM
Hola Comunidad, Tengo instalado Reporting Services y Intento enviar un reporte por medio de una suscripcion (Correo electronico) pero me sale el siguiente error "1", Tengo el SMTP instalado y me funciona por que en la configuracion del Outlook entran y salen mensajes servidor2.blanquita2.loca...more >>

Change the color of the chart items
Posted by Nelson at 10/5/2004 10:03:05 AM
Does anybody know how to change the color of the chart items? I dont want to use the default palette that the reporting have. I want to change the color of the bars and the pie chart. ...more >>

Auto update RDL file
Posted by Francis at 10/5/2004 9:37:23 AM
Hi, Is there a way to automaticaly update my rdl file?? I have 12 reports to maintain and i modify theme often, is there a way that when I put my new rdl file on the server, rs autoupdate file... because I have to enter in the 12 report and click modify...update...browse...ok Francis ...more >>

Fill color of a pie or bar chart
Posted by Francis at 10/5/2004 9:27:30 AM
I want to set the fill color of a pie chart with my database ex: I have different department in my database, in each department, I have a column named color like: Dept color dept1 Moccasin dept2 Salmon .... ... I try to put Fields!Color.Value in the fill color property but it d...more >>

What is wrong with this query?
Posted by AshVsAOD at 10/5/2004 9:23:07 AM
For some reason no data is returned. Thanks for your help. ="SELECT REFTABLEID, REFRECID, NAME, NOTES, REFCOMPANYID, CREATEDDATE, CustName, Accountnum, DATAAREAID, DIMENSION, DIMENSION2_, DIMENSION3_, DIMENSION4_, DIMENSION5_ FROM Vw_Notes_Report" & IIF(Parameters!Cust.Value = " ALL", " W...more >>

Excel versus PDF Rendering
Posted by tshay NO[at]SPAM foodlion.com at 10/5/2004 8:14:18 AM
We have a report that's rendered to a printable form over 1000 times in a span of 2 hours. We're in the process of replacing the server because this workload has been hammering the machine and running the RS services out of memory. I've added a metering component (the page that redirects users...more >>

repeat data in matrix row group on every line
Posted by stupy1 NO[at]SPAM hotmail.com at 10/5/2004 6:45:41 AM
Hello everyone, I have a matrix report that is grouped on 4 fields. I need the report to display data for every line and not hide data for a group. i.e Currently: Apex Merlot 750ml 375ml 1.5L I need: Apex Merlot 750ml Apex Merlot 375ml Apex M...more >>

Programmatic Rendering C# - passing Oracle credentials
Posted by Joe at 10/5/2004 6:41:04 AM
What am I doing wrong here? I am trying to programmatcially run a report that uses an Oracle stored procedure where the Oracle credentials would be prompted if I ran interactively. The program (C#) compiles OK but I get an 'Object reference not set to an instance of an object' error when assig...more >>

Calculated fields not displaying in the layout
Posted by Zach at 10/5/2004 5:29:04 AM
I am continually seeing an issue where I write a query with some calculations in it and when I put that same query in reporting services those calculated fields do not display in the report. I get a warning saying those particular fields is not part of the result set. I can usually get aroun...more >>

HTML Report Style
Posted by Javier Catala at 10/5/2004 5:25:04 AM
Hi everyone from Spain, I am designing a lot of reports for the same application. I don't want to apply the report style at design time (with Report Designer), because any change in the style (for example, to change the font) will be to change all the reports (one by one). Which options off...more >>

ReportViewer component - Parameters
Posted by khurrams NO[at]SPAM intelligentmedia.com at 10/5/2004 4:24:35 AM
Hi, Can someone show me how to set reportviewer parameters. I am using visual studio with the reportviewer component provided with reporting services samples. I understand that I have to set ServerURL and ReportPath properties, but do not have a clue how to pass parameters to the reportview...more >>

Open an existing report
Posted by Christian Larsen at 10/5/2004 12:43:02 AM
Hi Is it possible to connect to an existing project of reports? cause i have made some reports on my workstation, deployed them on the server and now some of the others from the office wants to connect to the reports and tweak them a bit. How do we do that? /Christian...more >>

Excel Rendering Failure
Posted by michael.mazzanti NO[at]SPAM team.telstra.com at 10/5/2004 12:10:53 AM
Hi, Is there anyone out there that has had this problem. All my renderings from the report server work except for MS Excel for all of my reports. The report contains the following about 5 times: "This is a multi-part message in MIME format. ------=_NextPart_01C35DB7.4B204430 Content...more >>


DevelopmentNow Blog