all groups > sql server reporting services > november 2006 > threads for wednesday november 29
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
Black area where column is hidden in a table when exporting to PDF
Posted by Ryan at 11/29/2006 3:18:59 PM
I have a very strange problem. I'm using a table and I've
conditionally hidden columns before without any problems, but all of a
sudden, this one report I'm working on has a conditionally hidden
column in the table, but when the column is hidden and I export the
report as PDF, there is a solid ... more >>
Problem with user prompt
Posted by Bruce Lawrence at 11/29/2006 10:27:15 AM
I want to prompt the user for a specific ID number or use a * for all
records at the time of running the report
So in my criteria for the employee ID field I put "= @empid"
In the report the input box is there. If I put in an ID number it
works great. However if I put in an asterisk "*" no... more >>
Large fields freeze the report generation
Posted by Andrei at 11/29/2006 9:27:56 AM
Hi Group,
I have this subreport that displays information from 2 fields of type
nvarchar(4000).
If I try to preview the subreport from the designer, everything works fine -
there are about 2 pages of information displayed. Export to pdf works
normally.
After deploying it on the server, if... more >>
Install 2000 Reporting Services on SQL server 2005
Posted by kernpanic1 NO[at]SPAM yahoo.co.uk at 11/29/2006 8:46:37 AM
Hello,
Can you install SQL 2000 Reporting Services on a Windows Server 2003
box running SQL 2005 server?
Thanks for any help.
... more >>
Implementing VLOOKUP and COUNTIF using Reporting Services
Posted by java2architect NO[at]SPAM gmail.com at 11/29/2006 6:27:37 AM
Hi!
I was wondering if Reporting Services could be used to implement
VLOOKUP and COUNTIF functions in particular available with MS Excel on
a Table. I would like to venture a guess and say no. Unless there was
someway I could use RunningValue or something to simulate these
implementations.
... more >>
Reporting Services - Page Number Mismatch
Posted by JJodon at 11/29/2006 5:26:10 AM
I have seen this issue posted a few times in the forum, but have not
any replies or solutions...
In Report Viewer, the report is listed as having 10 pages both in the
Report Viewer navigation bar and in my footer (="Page " &
Globals!PageNumber & " of " & Globals!TotalPages).
When the report... more >>
Unknown number of columns
Posted by kloppie at 11/29/2006 5:05:43 AM
Hi,
im working on a Report which needs to be able to display an unknown
number of columns; the only one that are always present is the first
one with a timestamp.
An example of the data: [timestamp], [value 1], [value 2], [value 5].
Is that possible with Reporting Services? The only solut... more >>
|