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 monday october 25

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

using external datasource
Posted by s_mohan21 NO[at]SPAM rediffmail.com at 10/25/2004 9:50:33 PM
Hi all, Let me give you the background of the issue. I need to use external datasource.Say my report server is on database dan20712.my tables/storedprocedures are stored in databse dan20713. i am facing problems when connecting to report server. It fails when i use render method. It gi...more >>


skipping multi series line chart
Posted by Sam at 10/25/2004 8:27:13 PM
I'm drawing a time series line chart in which one series is collecting data at 2 hour interval and another is collecting data at 1 hour interval. When I chart the two, I can see the 1 hour interval fine but for 2 hour interval, there is no line. I think the problem is that RS is not able to d...more >>

Visual Studio Whidbey - beta 1
Posted by Bryan Farrell at 10/25/2004 6:09:06 PM
i am trying to start a new project type "Business Intelligence". This is not in the project types list. where can i find this? ...more >>

Dropping tempe tables
Posted by DrM at 10/25/2004 5:35:01 PM
My query creates a new temp table every time a report is run. I need to check if the table exists before I drop it and perform a select into. Since SQL Server appends an ID (session ID?) to the temp table name, I am unable to drop the table prior to running the query. Is there a better way to ...more >>

string parameter bug
Posted by Roman Tumaykin at 10/25/2004 5:03:57 PM
Hi All, When I try to pass in a string parameter with lenght greater then about 1200 characters through a parameter bar, report does not work at all. The bottom part where the report is displayed remains empty and even the green rolling circle does not show up. Initially I thought that ther...more >>

Can't add ReportViewer to VS toolbox.
Posted by amirzayanov NO[at]SPAM cta.net at 10/25/2004 4:47:46 PM
I went through all the steps described in sample project but I don't see ReportViewer in the Toolbox after linking the .dll reference in Customize Toolbox. What am I missing?...more >>

Custom Assembly Error
Posted by Guess Nospam at 10/25/2004 4:33:58 PM
I have a SQL Server 2000 database that has a table with a text field whose contents are in RTF format. My goal is to display this text in SSRS reports. I have created a custom assembly to convert rtf formated text into plain text. Imports System.Windows.Forms Public Class RichTextServices...more >>

Export To Excel Error
Posted by Sanjeev at 10/25/2004 4:00:19 PM
When exporting to pdf format, everything is fine. However, exporting to excel leads to some garbage. Can anyone tell me what is going on? Output similar to the following is displayed in the excel file MIME-Version: 1.0 X-Document-Type: Workbook Content-Type: multipart/related;boundary="---...more >>



Error when attempting to render HTML report from report server.
Posted by Danny Shisler at 10/25/2004 3:59:23 PM
When I attempt to render a deployed report as HTML (any version) I get the following error: Exception of type Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown. Item has already been added. Key in dictionary: "32" Key being added: "32" This error does not o...more >>

The required field Name is missing from the input structure.
Posted by Kent Tegels (MVP) at 10/25/2004 3:54:25 PM
Okay, this is one of the oddest problems I've had to date with Reporting Services 2000. I have an ASMX that calls the Reporting Services ASMX via the Render method. The report path, format, deviceInfo and parms are populated as expected. The result the values are Nothing/Null null. The method call...more >>

SSL won't work under Domain User account. MS Fix buletin does not help at all. Please Help!!
Posted by Jason Robertson at 10/25/2004 3:26:14 PM
Hi, I have set up an Active Directory, Certificate Services on Windows 2003 Server. I am running SQL 2000 Server. AD and Certificate Services were installed correctly. My goal is to be able to use SSL when connecting to SQL Server via Query Analyzer. I also want to keep the SQL Server insta...more >>

Access data sources from Rendering Extension code
Posted by Denis Levin at 10/25/2004 2:37:02 PM
I am writing a rendering extension for reporting services (the one that implements IRenderingExtension). I need to be able to enumerate and access [populated] datasets that were used in the report. I don't see any way of getting a reference to DataSets from Report or createAndRegisterStream o...more >>

How to convert reports from SQL6.5 to SQL 7
Posted by Juanca at 10/25/2004 2:35:04 PM
I changed my databases from SQL 6.5 to SQL 7 but the custom reports I cannot convert. Somebody can help me to convert those custom reports or there is a Utility or tool to do that?? Regards ...more >>

Dynamic External Images - MIMEType Error
Posted by James at 10/25/2004 2:05:06 PM
I am trying to display a dynamically generated chart via an aspx web page to perform advanced charting that RS charting can not do. The web page returns a JPEG image as the output stream with the content type of image/jpeg. In a previous post on 10/13/04 Mark documented the same problems I...more >>

Filter by values from outer list region
Posted by Vemund Haga at 10/25/2004 1:28:05 PM
Hello, I am creating a report where I am using a list region to create report pages with a few tables and graphs on each page. The dataset for the list region contains categories of the values i want do display in the tables and charts. The tables and charts have their own datasets, which all...more >>

point labels bar charts
Posted by debra doty at 10/25/2004 1:03:06 PM
It looks to me like you can only place point labels outside of the chart when using pie charts. Can someone verify this for me or let me know what I am doing wrong? Chart type is column, delselected Auto and chose right but the label is still in the middle of the column area. Also, we wou...more >>

performance difference: Dynamic Query for "order by" vs Sorting in Table properties
Posted by harshwardhan NO[at]SPAM mailcity.com at 10/25/2004 11:19:11 AM
I have a question about performance difference. I was hoping that there would be a difference in performance between using a "dynamic query" for "order by" vs "sorting" in "table/matrix properties" My assumption was that once the dataset is populated, sorting it through the table proper...more >>

Custom Assembly, SQLClient
Posted by danb at 10/25/2004 11:19:02 AM
I'm not sure what I am missing. I still get #error - where is the error more detailed than this? How would you ever know what the error is since documentation is so bad? I am trying to access SQL Server database. Here is my code: <System.Data.SqlClient.SqlClientPermission(Security.Permiss...more >>

Alternate item color
Posted by Help is in the way at 10/25/2004 11:05:03 AM
How do I change the row background color for table items? In data grid control, I can use <AlternatingItemStyle BackColor="#FFFFCC"></AlternatingItemStyle> but I am not able to find this attribute in report services? Thanks for help. ...more >>

Best way to format a letter so that text can break across a page
Posted by SV at 10/25/2004 10:21:06 AM
I'm currently using SQL reporting services to produce letters. Most of the formatting can be achieved however I'm having problems with page breaks. I've currently set up the report using Text Boxes in the following format: Name Address Salutation Main Content From I nee...more >>

PrinterDeliverySample Not Showing In ReportManager
Posted by Orville at 10/25/2004 9:35:01 AM
I am trying to test and implement the PrinterDelivery Sample Extension. I followed the configuration steps very carefully, but, when I try to create a print subscription in ReportManager, the Printer Delivery Sample is no showing in the dropdown. I must have over looked something very simpl...more >>

Approx date of next release
Posted by Mark at 10/25/2004 8:55:27 AM
Does anyone have an approximate date of the next release of Reporting Services? Thanks in advance. Mark ...more >>

Export to Excel missing last row
Posted by kbradfor at 10/25/2004 8:53:03 AM
We have several reports in Excel that display fine in HTML, but when they are exported to Excel the last Row is missing. There is a post dated 9/7 that mentions the same problem, but was never answered...does anyone have any idea what might be causing this or if there is a workaround? Tha...more >>

Error trying to use host header with SQL Reporting Services
Posted by Rickey Whitworth at 10/25/2004 8:27:41 AM
Reporting services was installed to the default web site on server SQLREPORT. It works fine internally. I have added a host header to the default web site so that it can be accessed using http://SQLREPORT.domain.com. I can access the site externally using this fqdn, and can click on a folder...more >>

Wrapping the Web Service
Posted by Clint Jennings at 10/25/2004 8:17:07 AM
I'm developing a library component that will encapsulate the SOAP proxy class for Reporting Services. A couple challenges have sprung up I'm trying to figure out. 1. When instantiating the dll, I also get the reporting service namespace exposed. This is not desired for it will give all develo...more >>

Unicode Characters in the Chart
Posted by apotter NO[at]SPAM mindspring.com at 10/25/2004 7:39:57 AM
I have a report displaying English and Japanese text. Japanese Characters appear correctly in the table. On both the chart axis and in the legend, the characters appear as square boxes. It does not appear that the chart can handle unicode characters. Any workarounds? Andy Potter...more >>

PDF Render Problem
Posted by Raj Chandra at 10/25/2004 7:33:07 AM
Hello, Below is the code I have written using SOAP API, VB.Net and ASP.net, so that user can download the report onto their local drive. everything works fine except when they open the file it gives errors ' There was an error opening this document. The file is damaged and could not be re...more >>

Adding Column AVGs on Matrix Reports
Posted by cg1970_1 NO[at]SPAM yahoo.com at 10/25/2004 7:27:03 AM
Hi, Does anyone know how to add an AVG of a column in a matrix report? Its obvious how to do a subtotal but I can't figure out how to add an aggregate AVG for all columns. I also need to have the AVG below the Column headers not at the bottom of the report as usual (see sample below). C...more >>

Report Layout... TextBox Issue
Posted by MER78 at 10/25/2004 7:19:10 AM
I have two TextBoxes, they are next to each other and they touch. According to their properties they are the same height, they are also the same distance from the top. Preview: they line up perfectly After Deployment: one appears as though it is a slightly different height Export To PD...more >>

Paging
Posted by dp at 10/25/2004 6:29:03 AM
I am getting an "An unexpected error occurred in Report Processing" error when attempting to navigate to the next page in a report. The first page of the report comes up in the browser OK but produces the error when clicking on the "next" arrow. The main report uses a subreport that accepts ...more >>

SQL Server reports
Posted by grljevic NO[at]SPAM gmail.com at 10/25/2004 3:58:58 AM
I have creted a project with 2 reports in it, then I deleted the second report as I no longer needed it, unfortunately SQL reporting services still thinks that it exists and as it was the start up project won't let me proceed to the second report. Why is it cached and is there any way in which...more >>

Filtering a snapshot, parameters disabled. Any workaround?
Posted by Glenn F. Henriksen at 10/25/2004 2:41:02 AM
Hi everyone. I am creating a report that includes retail data for several store chains. The report is several pages, with one store chain having one page. Managers of store chains will have access to their reports through a web page that retrieves their part of the report. For this I used...more >>

Weird Behaviour: ReportManager is inaccessible, only after a few h
Posted by CWWong at 10/25/2004 1:47:02 AM
I am installing the SQL Reportin Services on my testing machine. The machine is installed with MS Windows 2003 with IIS, SQL Server Developer Edition & MS Visual Studio .NET 2003 installed. The SQL Server is patched with Service Pack 3A immediately. Steps: 1. Install SQL Server hot fix SQL200...more >>


DevelopmentNow Blog