Hey reporting Gurus.
I've spent the last eight hours or so trying to get reporting services
reinstalled without success. I had a full blown installation, uninstalled
it thinking I would try SQL 2005, changed my mind and attempted to reinstall
after installing VS2005.
I tried the followi...
more >>
I developed a report using sql server reporting services and the vs.net
designer. Then I wrote another class that downloads the result into
pdf and excel formats. When I run the program, the excel file opens
fine but the pdf says "there was an error opening this document. the
file is damaged an...
more >>
I have a field "Accept" that can be Null or contain either "Y" or "N". In my
test data I have a total of 4 rows, 2 with "Y", 1 with "N" and 1 Null. I
want a count of each case in the footer along with some descriptive text. I
tried the formula
=Count(Fields!Accept.Value="Y")
But it returns...
more >>