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 > december 2005 > threads for thursday december 1

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

possible to define more than one sender addresses?
Posted by Edwin Renner at 12/1/2005 7:12:42 PM
Hi, is it possible to define more than one "From" sender addresses in ms reporting services? i would like to send an specific report to customer with a different from email adress. all other reports should use the default "from" sender address. is that possible? thx & regards, ed ...more >>


Subreport printing problem
Posted by beener at 12/1/2005 1:27:29 PM
First off, this is ugly and I know it, but I'm just on the "make it work NOW crew". I have a report with a list and two subreports. They have an expression in visibility for which one is going to display with the account in the list. They are also in a rectangle (I don't know why). The pr...more >>

Change subreport colors
Posted by Nick at 12/1/2005 1:26:03 PM
I have a report in which I alternate colors between white and whitesmoke. Simple report that contains a table with a header and a body. The body is set to =iif(RowNumber(Nothing) Mod 2, "WhiteSmoke", "White") I then add another row to my table, merge all cells into one and add a sub report ...more >>

Print button on toolbar
Posted by Brad at 12/1/2005 12:40:05 PM
I have Visual Studio 2005 Standard where I am building a web app. In this web app I have a Report Viewer and the print button on the toolbar is set to true, however when I run the app it is not there. Is this a bug? ...more >>

ReportViewer Help
Posted by Paula at 12/1/2005 12:11:44 PM
I use the following code to display a report in the ReportViewer. The report and the shared datasource are in another .NET solution. The report displays, but the data does not. Can anyone help me figure out how to make the report data display? private DataTable LoadReportData() {...more >>

Problem creating report server project in VS2005 and SQL Server Reporting Services 2000 SP2
Posted by Michael P. at 12/1/2005 11:59:11 AM
Hi, I have SQL Server Reporting Services 2000 (SP2) installed. If I try and create a Report Server project in Visual Studio 2005, I get the error: Project Factory is unable to create an instance of : Microsoft.ReportDesigner.Project.ReportProjectManager ... If I try and do this in VS.N...more >>

How to Write Expression
Posted by Wayne Wengert at 12/1/2005 11:31:06 AM
I want to add an expression field that basically displays "Passed" or "Failed" depending on the value in a Count(Fields!Correct.Value). If that count is lesss than 11, the result should be "Failed", otherwise the result should be "Passed". I haven't found a list of valid operators and function...more >>

Shared Datasource Help
Posted by Paula at 12/1/2005 11:20:51 AM
I need to populate a dataset with data in an external .NET solution. It would be similar to this for xml, but the data I want is in a shared datasource: private DataTable LoadSalesData() { DataSet dataSet = new DataSet(); dataSet.ReadXml("data.xml"); return dataSet.Tabl...more >>



specifying a rendering format on a URL
Posted by Bernardina at 12/1/2005 10:11:02 AM
Is there a way to render a format that is not a part of the standard parameter prefixes? Example: my code renders a report in Excel format; however, when the prompt appears to the user (to either open or save the file), they want the report name + parameter to show in prompt. More detailed...more >>

Apply code to parameter before query execution
Posted by Joel Daniels at 12/1/2005 7:55:03 AM
Hello, is there any way to perform custom calcuations on a parameter before retrieving the data set? I have a table with an encrypted account number field. The encryption is done at the application level using the .NET encryption libraries. I need to prepare a report retrieving the transaction...more >>


DevelopmentNow Blog