Showing posts with label odd. Show all posts
Showing posts with label odd. Show all posts

Monday, March 26, 2012

PDF Exporting problem

I am using report viewer and exporting my report to pdf format.The report is displaying very odd there.Can anyone help me to adjust the original format there.

What do you mean by odd?

Not to hijack your post, but maybe you are having the same problem as I am.


My report has three columns of yearly sales (in dollars), when I export the report the columns will shift to the left if any of the columns are blank.

|||

try putting the information in a rectangle so that they can stay together if any part of ur data is missing.

|||

FYI, I fixed my problem, by taking the Yearly columns out of a filtered List and just filtered the textbox with an "If.. Then.." and made it return $0.00 instead of a blank.

|||

If you're report width is too wide then while exporting to pdf it wraps the content exceeding the standard width (8.5") and pushes it to the next page. If you apply colors to the various ctrls on your report including its body you can debug where exactly it spills over.

Remember while exporting to pdf or printing, the interactive height of the report should be 8.5" x 11" . Your report's body width should also be 8.5" however the height can be as long as you want it.

............................................................................

Remember to mark as "Answer" on the post that helped you

http://technoblab.blogspot.com

|||Hi,My problem is same as your problem.I think this is the report problem itself.I had a table and it has 5 columns,when i export data from my repot viewer to pdf so the column shifted to next pages.and 2 column is display in one page and next is shifted in next page.Using rectangle is another way.Can i use third party control.|||

you should be able to fix any problem with the normal report controls etc. Please describe your problem a bit more thoroughly. THanks!

Friday, March 9, 2012

Password Parameter?

Hello.
I've got an odd requirement to password a particular report.Basically
the same authenticated user will have access to all reports, but this
particular report should only be available to select users(all which
share that username).
Any way to mask an ssrs parameter input so that it only shows *******?
Any way to persist that entry for 5 minutes, then have it no long be
valid. I've not tested or developed this yet, but I do suspect if I
call the report again (from asp.net reportviewer) and the default for
the parameter is null, that the previously entered value will not be
available right?
I currently have another post where i can't seem to figure out why my
report is defaulting some fields that no longer have fields, but only
when I test the report through reportviewer, and not my vs.net on my
client.
Thanks for any help or information!it would probably be better to put the report into a separate folder and
secure it via the folder. this would allow to have multiple reports with
this security requirement in the future. Parameters are not really intended
for passwords.
"jobs" <jobs@.webdos.com> wrote in message
news:1193496978.830252.227650@.v23g2000prn.googlegroups.com...
> Hello.
> I've got an odd requirement to password a particular report.Basically
> the same authenticated user will have access to all reports, but this
> particular report should only be available to select users(all which
> share that username).
> Any way to mask an ssrs parameter input so that it only shows *******?
> Any way to persist that entry for 5 minutes, then have it no long be
> valid. I've not tested or developed this yet, but I do suspect if I
> call the report again (from asp.net reportviewer) and the default for
> the parameter is null, that the previously entered value will not be
> available right?
> I currently have another post where i can't seem to figure out why my
> report is defaulting some fields that no longer have fields, but only
> when I test the report through reportviewer, and not my vs.net on my
> client.
> Thanks for any help or information!
>