| Thread | Last Post | Replies |
|
| Using parameters to manipulate data sets | 28 Feb 2006 23:04 GMT | 2 |
I am trying to do some date manipulation in the data set based on a report parameter . The parameter is called RDate and is a datetime type. DATEADD(DateInterval.month, DATEDIFF(DateInterval.month, RenewalDate, @RDate), Month)
|
| Using a UDL as a Data Source in Reporting Services | 28 Feb 2006 21:18 GMT | 1 |
In an attempt to avoid hardcoding of server / database names in Reporting Services Reports, I'm attempting to use a UDL for all of the Datasets. I already have a datasource established, using the Data Link properties box, which I then employ for each dataset, but I'm uncertain how ...
|
| Stored Procedure - Parameter Problem on Sybase | 28 Feb 2006 21:14 GMT | 3 |
I created a test procedure as below. However, when I execute the proc, I get the message stating: Procedure test_sp expects parameter @fldofc which was not supplied. In the Parameters tab I have made the assignment properly. Also, I added them to the Report Parameters in the ...
|
| Editing Reports With Missing .RDL and Development Files | 28 Feb 2006 16:46 GMT | 2 |
I am attempting to update a reporting services report but the developer that initially developed it is no longer with the company, and all of any related Visual Studio development files are missing. Is there any way I can open up this report in designer mode the way I would
|
| SQL2000 Reporting Services vs w2k3SE R2 x64 | 28 Feb 2006 15:30 GMT | 1 |
I need to install SQL2000 Reporting Services on w2k3SE R2 x64 (for MS MOM2k5SP1) but it requires Visual Studio .NET 2003 that requires FrontPage Server Extensions 2002. But there is no such component in x64 version of Windows Server 2003. Is it possible to install SQL2000 ...
|
| Studio Express - Work with RS 2000? | 28 Feb 2006 14:43 GMT | 1 |
Is there a "lite" version of Visual Studio 2005 or 2003 that works with Reporting Services for SQL Server 2000? Thank you in advance. Rich
|
| Displaying data on a new page | 28 Feb 2006 14:41 GMT | 1 |
I am trying to display data on a new page when one field contains specific data. Once this data is read I wish for any following information to be displayed on the next page. Any help would be much appreciated.
|
| Integrating RS 2005 Reports with Web Applications | 28 Feb 2006 14:38 GMT | 2 |
M a newbie in RS 2005 .. I need to integrate my RS 2005 Reports into the web applications .... say ASP.NET or made using C# ... without using the web-services ...
|
| Upgrading RS2000 to RS2005, and upgrdaing VS2003 to VS2005 questio | 28 Feb 2006 09:25 GMT | 1 |
If I want to upgrade my SQL server 2000 RS box to 2005, is there anything I should be aware of, is there a document laying out instructions? I am also upgrading from VS2003 to VS2005, is there anything in my report solution files that I should be aware of? Just looking for info ...
|
| Nth Item in a Dataset | 28 Feb 2006 09:20 GMT | 1 |
Can someone please tell me how I can return the Nth item in a dataset I can get the first element out like so: =First(Fields!ID_Month___Year_Jul_.Value, "ds_Set") But how to get the Nth element
|
| Unwanted pages | 28 Feb 2006 08:54 GMT | 4 |
Hi all, I have a report that has a number of sections. I have put each section into a list so that a section does not get cut in half between pages. All is fine except for the fact that when I print the report I get a blank page (header only) between each page. I have not set ...
|
| Custom Authentication and Report Builder | 28 Feb 2006 08:16 GMT | 1 |
Report Builder doesn't play to well with Custom authentication does it? If i'm wrong let me know, otherwise, time to start getting creative again.
|
| Expression for Jump to Report | 28 Feb 2006 08:12 GMT | 3 |
Hi Experts, Can anyone tell me how to specify an expression to be mentioned in the "Jump to Report" in the Navigation tab. I basically dont want the hyperlink for some values.
|
| XML Output doesn't include NULL TextBoxes in Table areas | 28 Feb 2006 03:36 GMT | 1 |
I have a Table in my report and I chose "AttributeNormal" for DataElementStyle property of the all text boxes within the table's detail row. The problem is that SQL RS doesn't output text boxes with null values.
|
| Datetime Parameter Format | 28 Feb 2006 02:19 GMT | 2 |
Hi,all I have a datetime parameter, I use calendar to select value,but I want to format it as "yyyy-MM" Any suggest?Can I use expression,how to ?
|