|
Installing SP2 - upgrade script fails
|
| |
I'm new here and would like to make a quick comment about my experience with installing SQL 2005 SP2 on a web server with reporting services. After installing SP2 on the SQL Server backend servers, I installed it on the reporting services web server. All went well except for the upgrade. I would get an error that the database I was trying to upgrade did not exist.... more »
|
|
Parameters ? and Sort ?
|
| |
Hello, My first question has to do with the WHERE statement including StartDate and EndDate functions. Can I use for example, =DateTime.Now.AddDays(-14) as the value for the StartDate and =DateTime.Now.AddDays(14) value for the EndDate? Basically I'm wanting to run a report going back 14 days. I've tried putting... more »
|
|
Render Report as Multi-Tab HTML
|
| |
I know that one of the rendering formats of the Report Server is HTML. Is there any way to 'hack' the report so that multiple pages of the report show up as tabs across the top of the HTML document? Thanks in advance
|
|
Need help with Render, I can't get multiple pages
|
| |
Greetings, I'm using the version of render that returns back a byte array instead of using the callback method. Here are the docs for the 2 versions [link] I am passing type Image in EMF format. When I create a report that should be multiple pages I only get one... more »
|
|
Pass Cultureinfo to Report Web Service Render Method
|
| |
Hi, does anyone have experience with internationalization of reports, especially passing the users culture system setting (en-US, en-GB, de-DE...) to the Render Method of the RS 2005 Webservice to have it available as USER!Language inside the so rendered PDF-reports on the server? Actually we use USER!Language to set the language of the report and it works... more »
|
|
Keeping tables together
|
| |
Hi, I'm using a list control to represent some data. My list contains 3 tables in the same line (landscape orientation) and these 3 tables have the same number of rows, so they have the same size. I have inserted a rectangle inside the list control and insert the 3 tables into the rectangle. My problem is that in some cases (I can´t tell exactly when) these 3 tables... more »
|
|
Setting default value of a dropdown parameter to current user
|
| |
Hi, I have a report with user as a parameter. The full list of values is driven by the user table/ directory. I would like this parameter to default to the current user. I tried setting the default value on the Parameter to EXpression Right(User.UserId, Instr(User.UserID,"\")+1) However, that does not seem to work. I still get the drop down with <select... more »
|
|
suppress line
|
| |
Go ahead and add the row. Then highlight the entire row and add the following to its visibility, hidden property. =IIF(Fields!Remarks.value is nothing, true, false) Changing the visibility property is a great way to add interactivity to a report. cheers!
|
|
border width reduces when background color present???
|
| |
I have a report that shows the last 30 days. It shows the dates and datenames of the week. I have formatting with IIF statements that if a product is sold then background color GREEN. I also have if the weekday name Saturday or Sunday there is a border around the cell or textbox. This all works fine.... more »
|
|
|