Search this insane blog:

Friday, August 15, 2008

Reporting Services URL strings

If you want to pass settings through the string:


base string:
http://[servername/[report_servername]/"%2f" / receiving / "%2f"/[report name]

all strings are to be rendered:

1. render report (require) "&rs:Command=Render"

- turn off toolbar: "&rc:Toolbar=false"

- turn off parameter viewability: "&rc:Parameters=false"

- implement a string search on report: "&rc:FindString=SPKRI"

- send to a frames page: "LinkTarget=[window_name]" (or you can target a new window using LinkTarget=_blank)

- for each parameter fed into report: &[parameterName]=NumberOrTextWithoutQuote
-example: &receipt_order=RC00000306

- for concatenating parameters &r[parameterNmae]=NumberOrTextWithoutQuote&[parameterName]=NumberOrTextWithoutQuote

No comments:

Post a Comment