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 > august 2005 > threads for friday august 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

Custom Fax Delivery Extension
Posted by Rohit Patil at 8/5/2005 9:08:07 PM
Hello All: We have setup Reporting Services. I want to integrate it with Fax server for creating new subsciptions using custom delivery extension. Apart from this custom extension, I am having one more solution for this scenario and that is sending email (in the format <fax number>@<fax ser...more >>


embedding html
Posted by asnewbie+rs=argh at 8/5/2005 4:11:05 PM
Just curious if anyone has any hints to embed HTML directly into a report. I am doing reports that will be exported to excel when run as a subscription and using an index (which jump to bookmarks) and page breaks to get each report onto new tabs. My current report, done with a different to...more >>

whats wrong with this code??
Posted by SLB at 8/5/2005 3:31:02 PM
=sum(iif(Fields!PDDAYS.Value>30, Fields!CBAL.Value),0) It returns #ERROR Isdbnull did not seem to work and the LEN thing did not seem to do it, but maybe I am not using them right. Help!...more >>

Data access from Report Server
Posted by dyarbrough at 8/5/2005 2:31:21 PM
Here is my problem. I am using code in a report that uses the System.Data dll to access data from a remote SQL Server. On my development machine, I can view the report without a problem. When I deploy the report to the Report Server (Windows Server 2003), I get the following: Request For...more >>

ReportViewer
Posted by Mercante at 8/5/2005 2:27:19 PM
Hi, I'm using Microsoft.Samples.ReportingServices.ReportViewer for visualization of the my reports in dotnet C# application. But, my the ReportViewer position in my folder and do not in my report when i show my dotnet application. Example: My RS manager is: http://maq-100911/Reporti...more >>

Multiple pages problem -
Posted by sillygiu at 8/5/2005 2:20:06 PM
The bug fix No.883647 - you render a report to a PDF file, the page breaks are incorrect in SQL Server 2000 Reporting Services. - Didn't help me. I still have page breaks problem after I install SP2 and hotfix. I have include a subreport (with table on it), it has proper page break if table r...more >>

Reports using OLAP fail after 30 minutes without reboot or IIS restart
Posted by cdotzenrod NO[at]SPAM gmail.com at 8/5/2005 1:55:39 PM
We are having problems with Reports that Access MSAS. After about 15-30 minutes the reports no longer work and we have to stop and restart IIS and make one visit to the report manager page. We have to continue to visit reports or the report manager page every 15 minutes of we get rsProcessingA...more >>

How to sort a bar chart
Posted by D Witherspoon at 8/5/2005 1:52:21 PM
I want the bars in my bar chart to be sorted from highest to lowest. I want it to look like a pareto report. How do I sort this ? Doing it directly in the query will not work because I am letting the chart do all my counting and summing. ...more >>



How to have negative numbers with () rather than preceded by -
Posted by Stefan Wrobel at 8/5/2005 11:23:05 AM
I'm trying to format negatives to be surrounded in Paren () rather than preceded by - (accounting style). I know that if I pick currency it will do this, but I want to format numbers to be just integers, not preceded by a - sign, and have commas. Here is my current format string: "0,0" , whi...more >>

Looking for good articles/tips/tricks on reporting services.
Posted by Lam Nguyen at 8/5/2005 10:34:02 AM
Hi all, Does anyone known or recommend for good publisher issues articles which have good tips/tricks on sql reporting services. Thank you. L ...more >>

Weekly view
Posted by Jon Eisenstein at 8/5/2005 10:06:05 AM
I have a database with a reservation system, and I need to display a weekly view of the reservations from each room. The reservations are stored as a start date and an end date. Does anyone have any suggestions for how to display this properly? Do I need to set up 7 individual queries? Here...more >>

extending RS for Connection String only
Posted by Myles at 8/5/2005 9:25:04 AM
I know there have been many questions regarding extending RS to report off of different data sources (xml, ado etc) - we are successfully running our reports off of SQL Server stored procedures and are using the web services (not url) to render directly to PDF from a custom asp .net UI. We wo...more >>

Shared Data Source
Posted by Giorgio Parmeggiani at 8/5/2005 8:49:02 AM
How a client, can from VisualStudio2005 associate to a report a SharedDataSource published on the reportserver. I have seen that the association can be created from the web interface of the report server, I, would like instead to directly create the association from VisualStudio. I have...more >>

bmp BLOP fields
Posted by Sapnil at 8/5/2005 8:11:03 AM
Hi, Does Sql reporting services support Bmp BLOB files? Sapnil...more >>

using a wildcard and select statement to set parameters
Posted by James Martin at 8/5/2005 7:02:08 AM
I have a simple select statement I am using to gather possible values for a parameter. I would also like the end-user to have the option to select all records if they choose. I have several parameters that need to meet this requirement so it would not be practical to create a seperate report f...more >>

dynamically columns
Posted by Radu at 8/5/2005 6:29:05 AM
Hi guys, Is there any method to add/delete dynamically columns in a table, not in a matrix? thanks, Radu...more >>

Delete Grouping from DetailRow
Posted by DominicB at 8/5/2005 4:43:39 AM
Hi, This is probably easy, but I couldn't find a nice way to do it and had to delete the <Groupings> from the .rdl in the end: I had a Grouping added to the DetailRow of a table (to be able to show/hide detail rows). Then I wanted to delete this Grouping. But no luck. Is there a way to do ...more >>

Subreport problem
Posted by Laura-Anne at 8/5/2005 3:33:04 AM
Hi, I have a minor problem with grouping a Sub Report. The Sub is a "Daily Total" table, grouped by day, using date parameters @StartDate and @EndDate which are also used in the main body. The Sub Report run on its own displays each day on separate pages, however when inserted into the m...more >>

Error with expoting to Excel
Posted by Amila Indika at 8/5/2005 3:25:03 AM
I got the following error when exporting a report to Excel Reporting Services Error -------------------------------------------------------------------------------- Exception of type Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown. (rrRenderingError) Get On...more >>

Freeze pane in RS 2000 SP2 / RS2005 web reports
Posted by BB_Reporting at 8/5/2005 1:13:06 AM
Hi, a lot of my users were asking me to have the possibilty of a freeze pane (similar to excel) in the RS web reports because often the reports are to long to see the column haeders. Especially when you have drilldowns it would help. Has somebody tried to implement such feature by DLL to RS...more >>

Subscriptions disapear from the 'My subscriptions' dialog ??
Posted by frankiebody at 8/5/2005 12:26:07 AM
My (all) subscriptions dissapear from the 'my subscriptions' dialog, but they still exists in the database, datatable 'Subscriptions'. Anyone have an idea how I can 'enable' them again? Is there a setting that I nedd to set? Maybe in the ConfigurationInfo table ...? Thanks.. - Frank...more >>

Error when executing Report
Posted by AshVsAOD at 8/5/2005 12:00:00 AM
Hi all, I have created about 40 reports that access our core ERP solution. All these reports function perfectly. In the last day I have created 2 new reports that access a different server/database thus a new shared datasource was created. However, I am intermittantly receiving the followin...more >>

I need to startup a windows application with parameters passed from SRS
Posted by gene hunter via SQLMonster.com at 8/5/2005 12:00:00 AM
Is there any way to start up a windows application and pass parameters from a report. I know its a long shot but I am sure somebody knows how to do this. -- Gene Hunter Message posted via SQLMonster.com http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-reporting/200508/1...more >>


DevelopmentNow Blog