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 2004 > threads for monday august 2

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

Page brakes after top group item
Posted by Shimon Sim at 8/2/2004 11:34:54 PM
I just started with reporting services. I created report that has two groujping items in the table. Everything works fine just I always get second row for the top level group on the second page. This doesn't make any sense to me 1) I am using HTML rending and I don't need all this pages 2) the ...more >>


Adding Default Dates within Reporting Services Admin
Posted by bmurtha at 8/2/2004 10:28:45 PM
Is there any way, within the admin to specify that yesterday and today for start date and end date. Someone suggested =Today.AddDays(-1) but I don't think they meant in the admin. Could you tell me where i am supposed to apply this default. Regards, Bryan...more >>

Help: want to check if the report has any data
Posted by Suket at 8/2/2004 9:57:01 PM
Hi , I have some Reports that don't always return data. I want to check if the report returned any data and if it does then send it out the plp on the subscription list. What would be the best way to approach exception reporting In RS ? ...more >>

Custom assembly security
Posted by afontan at 8/2/2004 9:09:49 PM
Hi I have a function that checks if a user is in a Windows domain group. (John is in Administrator group?). What kind of security permissions is required to execute my function? <????????)> _ Public Shared Function UserIsInGroup(ByVal Group As String) As String Dim currentIdentity As Windo...more >>

suggest some Books on RS
Posted by Sunny at 8/2/2004 8:43:02 PM
I have been using RS Books online.I just want know apart from this is there any other book available out there that would give me a knowledge on ADVANCE progamming in RS. or is the RS books online the best. any suggestions are welcomed...thanks ...more >>

SetReportDatasource ?
Posted by Jim Ciotuszynski at 8/2/2004 4:15:56 PM
Can someone give me some guidence? I am trying to set a report datasource to a existing datasource and I keep getting an error of: rsMissingElement 400 The required field DataSource is missing from the input structure. http://go.microsoft.com/fwlink/?LinkId=20476&EvtSrc...more >>

Exporting drill down to PDF
Posted by clutch at 8/2/2004 1:31:05 PM
Hi, We are exporting all of our reports to pdf for printing. If I export a drill down report at the highest level of detail, it displays exactly as it looks in reporting services. However, if I go back to the report and drill down a level, then exporting to pdf, it still displays the highest leve...more >>

Crystal or MS Reporting Services
Posted by rikesh at 8/2/2004 1:27:43 PM
Hi We are currently contemplating a Crystal Systems, but I came across MS Reporting Services. Any ideas on which is more superior or MIS and CRM data? Kind Regards Rikesh ...more >>



TextBox - Word wrap breaks words
Posted by Bill Cohagan at 8/2/2004 1:02:43 PM
Is there a way to avoid having RS do word wrap (in a textbox) in the middle of a word? I want it to wrap, but I'd like it to wrap on whitespace rather than just tearing a word arbitrarily into parts. Thanks in advance, Bill ...more >>

TextBox - rotate text "bottom to top"??
Posted by Bill Cohagan at 8/2/2004 12:57:29 PM
I'm trying to set up a textbox in a report so that the text is displayed vertically. I've found the Advanced button and the tb-rl setting, but what I need is "bottom to top" rather than "top to bottom". Of course there is no such setting available. Is there a workaround? Regards, Bill ...more >>

Dynamic Columns
Posted by Kershni Chetty at 8/2/2004 12:17:09 PM
Hi there I have a problem with displaying the columns of my report. I have a stored proc that creates my columns dynamically based on the data, eg TonsHarvested1998, TonsHarvested2000, etc. These are sample column headers returned by my proc. I have no idea as to how I can display this data...more >>

Two Headers of a Table...
Posted by Amar at 8/2/2004 12:17:02 PM
Hi, I have a Table with 2 headers... and the report spans multiple pages. I need one header to be repeated on each page and the other header not to be repeated on each page. Now, if I set 'RepeatOnNewPage' property of one row to 'false', it automatically changes the same property of the other he...more >>

table appearance at run-time
Posted by newmem at 8/2/2004 11:59:37 AM
Is it possible to control the appearance of a table cell at run-time? - For instance, if the cell has a blank value i want to turn off the "top" border on the cell otherwise the report displays the borders even though the row is blank. Is there any way to handle it through expressions? thanks...more >>

rsAccessDenied with Forms Authentication
Posted by Adil Elkhiyari at 8/2/2004 11:14:35 AM
I have implemented custom forms authentication with Reporting Services and everything worked fine. I was able able to deploy reports from Visual Studio 2003, VS would prompt me to enter a valid UserID and Password. Recently, I have changed workstations and installed a new copy of visual studio ...more >>

$10 for first good answer. how to add an extra column?
Posted by Frank RS at 8/2/2004 10:59:03 AM
I have a tablur report like this Product @Year1 (Price) 1 1.00 2 2.00 3 2.00 I want to add another column @Year2? Product @Year1 (Price) @Year2(price) 1 1.00 1.34 2 2.00 ...more >>

Dynamic Query
Posted by Kershni Chetty at 8/2/2004 10:57:31 AM
Hi there I am trying to create a report with a proc that has dynamic column headers. eg TonsHarvested1998, TonsHarvested2000, etc. The problem I am experiencing is that these columns are not displayed in the fields editor box and I have no idea as to how I can get them displayed in my textb...more >>

Authenticating URL images
Posted by Pierre Greborio at 8/2/2004 10:31:14 AM
Hello, I have a server that provides images (image server). These images are accessed by my report. In order to improve the security access to the images, I need to set the authentication on the image server. Reporting Services sp1 doesn't support it (as declared) then I'm looking for an altern...more >>

Encrypted data in a report
Posted by Warren Smith at 8/2/2004 10:17:36 AM
I'm new to RS but how does one deal with encrypted data within reporting services. That is we have a table that has encrypted data. Is there fuctionality within RS that allows the decrypting of that data in generation of the report. If there is, someone point me in the right direction. ...more >>

Render method on web service fails
Posted by Karch at 8/2/2004 9:21:03 AM
When I call the render method: reportPath = "/POSReports/Region" format = "PDF" result = rs.Render(reportPath, format, historyID, devInfo, parameters, _ credentials, showHideToggle, encoding, mimeType, reportHistoryParameters, warnings, streamIDs) I get the following er...more >>

Colors in Charts
Posted by Georg Schmelzer at 8/2/2004 9:18:07 AM
Hi Ng, I was wondering if there is a way to change the colors of the bars in a chart. Or the colors of the pieces in a cake chart? Thank in Advance G. Schmelzer ...more >>

Repost - RS e-mailing attachments via SMTP
Posted by REM7600 at 8/2/2004 7:45:32 AM
I can configure a working subscription to e-mail through my SMTP server when sending only the LINK to a report BUT NOT if I attach the report to the e-mail in say excel or xml format. I have tested using a command line SMTP utility and have been able to send both a plain text message and a pla...more >>

conditional row output
Posted by Lutz Morrien at 8/2/2004 3:06:04 AM
Hi all, is it possible to control row output on a report? We are using MS Analysis Services Cubes as datasource and experience some difficulties displaying ragged hierarchies (parent child dimensions). Reporting Services will create a subtotal for each group, even if that group only conta...more >>

Multi Select Parameters?
Posted by The Whistler at 8/2/2004 2:42:49 AM
In SQL Reporting Services, Is there anyway to create a parameter in which a user can be prompted to choose multiple values from a list? Ultimately, the multi-selected values would be passed to the Dataset query as an "IN" qualification. Example: SELECT first_name, last_name FROM employee...more >>

hide parameter field
Posted by AG, NLB d.d. at 8/2/2004 2:15:03 AM
Is it possible to hide or disable some fileds of parameters on report? Thanks. ...more >>


DevelopmentNow Blog