Groups | Blog | Home


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 > june 2006 > threads for wednesday june 21

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

when the divisor is equal to zero@@
Posted by Kate at 6/21/2006 11:05:58 PM
=IIF(Int(Sum(Fields!ACC_G_T.Value))=0,0,Sum(Fields!ACC_U_T.Value)/Sum(Fields!ACC_G_T.Value)) I use this formula when the divisor is equal to zero,it wouldn't be occurred a error. But it shows "#error" when the divisor is equal to zero. When I change the formula like this: =IIF(Int(Sum(Fiel...more >>


Rendering in PDF
Posted by GaryDean at 6/21/2006 4:56:22 PM
Is there a simple way to reneder an SSRS report in PDF from an asp.net app? Could anyone point out how to do such a task? -- Regards, Gary Blakely ...more >>

insufficient privlidges to ListChildren
Posted by GaryDean at 6/21/2006 4:55:02 PM
When running the following code... ReportingService2005 _rs = new ReportingService2005(); _rs.Credentials = System.Net.CredentialCache.DefaultCredentials; _rs.Url = "http://localhost/ReportServer/ReportService2005.asmx"; CatalogItem[] items; items...more >>

Example of a drilldown in a chart report
Posted by Hotwheels at 6/21/2006 3:17:02 PM
Is there an example on setting up a chart report to allow the user too click on a bar and have a drill down to a subreport change what is showing in it by what was clicked...more >>

Use Jump To or drillthrough to go to another report in a matrix
Posted by Hotwheels at 6/21/2006 3:02:02 PM
Is there an example how to setup a Jump To or drillthrough to open a new window with a detailed report when a cell of a matrix control is clicked as can this be done with a table? Mike...more >>

First detail line missing when exporting to CSV format
Posted by bwschiek NO[at]SPAM hotmail.com at 6/21/2006 1:34:02 PM
Hi: I have a very simple report that was created to create a csv file for a mail merge process external to SRS. The report renders just fine and exports just fine to all formats with the exception of csv! When exported to csv format, the first detail line is missing! The first line of ...more >>

Report always end with blank page
Posted by Kevin VanRiper at 6/21/2006 1:24:31 PM
Hi, Regardless of the set of data, I am finding that the report always ends with a blank page. I have tried several combinations of changing the KeepTogether parameter and have made sure the PageBreakAtStart = false and PageBreakAtEnd = false everywhere. What could cause this extra pa...more >>

excel export not showing client name in heading
Posted by MJT at 6/21/2006 1:16:02 PM
I am putting the client name in my header using ReportItems! reference to textbox in report - this renders correctly on my server and in pdf however in excel the client name is not showing up on the report. There are 2 textboxes overlapping each other because I have 2 groups and when the page...more >>



RepeatWith not working
Posted by Kevin VanRiper at 6/21/2006 1:12:57 PM
Hi, I have listing with a few rectangles and one table in it. One two recetangles at top of page I have set the RepeatWith to be set to name of the table (table1). When the table spans multiple pages, I would expect that the two rectangles would be repeated at the top of the page. Th...more >>

Third-Party Charting Products that work with ReportViewer?
Posted by Eva Pierce Monsen at 6/21/2006 12:33:01 PM
Hi there, Does anyone know of third-party charting products that work with ReportViewer in local processing mode? I've looked at Dundas and ChartFX, and I'm waiting to hear back from their sales & support people, but from all outward appearances those two products only work with reports that ...more >>

newbie question re: rds and rdl files
Posted by Dan D. at 6/21/2006 12:26:02 PM
Using RS2000 with SS2000. I'm coming in behind another developer and I have no experience with VS or RS. It looks like when the rdl file is uploaded into RS from the web site (I've read somewhere that there is also a way to deploy the report from VS), the rdl file disappears from the server...more >>

SQL Reporrting Services 2005 Workgroup Edition - Subscriptions Possible?
Posted by keithnd NO[at]SPAM gmail.com at 6/21/2006 10:55:49 AM
I have a production server running SQL Server 2005 Workgroup Edition ("SELECT @@version" shows: the text at the bottom of this post). On my test server which runs Developer Edition, I have created and tested 2 reports, both of which use the simple subscription features (one sends a single email...more >>

hidden fields rendering on server only!
Posted by MJT at 6/21/2006 9:34:40 AM
I have a report with a matrix in which I conditionally hide one of the data columns. This is working properly in preview on my development studio but when I deploy to the report server it is showing these hidden data columns when it is not supposed to - if I export the rendered report from ...more >>

City, State expression problem!
Posted by swtjen01 at 6/21/2006 8:28:45 AM
I have a report which lists the city and state. The problem is that the city and state are in one field and were in Upper case. I used the strconv but I don't know how to make the state portion Upper instead or Proper. Right now the output looks like this: Birminham, Al Any help is appre...more >>

Server Report - Only Displays First Record
Posted by Ian Jenkins, MCSD at 6/21/2006 7:42:11 AM
I am using SSRS 2005 and I have created a server report (rlc) in Visual Studio 2005. This report does not use tables, lists, matrixes, or charts. There is no grouping taking place. Instead I am just using textboxes bound to the fields in my dataset. I want to display a new page for each r...more >>

Subscriptions & Sharepoint
Posted by claptik at 6/21/2006 6:52:02 AM
Has anyone ever successfully gotten a reporting services subscription (Delivery Method: Report Server File Share) to write a report to a sharepoint document library / unc path? We have been attempting this but keep getting the error message: "Failure writing file file.xls : The network path wa...more >>

this report cannot have a default filter
Posted by Sandhya at 6/21/2006 6:43:03 AM
hello, I'm creating reports for CRM. I have followed the steps exactly mentioned in the below link. http://www.microsoft.com/dynamics/crm/using/customizing/reporttutorial.mspx I have created my own view and tried the steps but i always get this error - this report cannot have a default filter...more >>

Data-driven subscription with multi-select parameter
Posted by JSI at 6/21/2006 6:20:02 AM
I'm trying to create a data-driven subscription with the ability to pass multiple values using a multi-select parameter. Is this possible, and if so how does one store the data in the database? Thanks, Josh...more >>

ServerReport.GetDataSources returns empty set
Posted by bb at 6/21/2006 4:13:30 AM
I'm trying to get hold of the data source(s) of a server report. I am running the report in the windows forms viewer control ReportDataSourceInfoCollection obj = objRepViewer.ServerReport.GetDataSources(); if (obj.Count > 0) { // never comes in here } im doing this check after the...more >>

Printing Labels ?
Posted by albertly at 6/21/2006 3:59:01 AM
Is it possible to print labels with Reporting Services? Thanks in advance. -- Albert Lyubarsky Comtec LTD Israel...more >>

All rows in a Sigle page
Posted by Shrinivas at 6/21/2006 2:33:34 AM
Hi guys, I have requirement to show all the data from a table in a single page or minimum 100 rows in the first page . How it is possible. Please any body can solve my query. Thanks in advance. Shrinivas ...more >>

ReportViewer Control Internal Secrets
Posted by BB_Reporting at 6/21/2006 12:47:20 AM
Hi, unfortuntely, MS has changed the logic of their generated Report HTML between RS 2000 and SSRS 2005 using the WEB RepotViewer control. In RS 2005 the generated HTML a) the values of parameter list are no longer the REAL report values - now it's only the collection id b) the name of ...more >>


DevelopmentNow Blog