reporting services - How to make a button in ssrs -


There is a report in 1000s of data pages. There is a way to create a button on the first page of the report, so if you click on the button, it goes to the end of the page. Is there any expression to write with vb.net code written?

There is a button like SSRS (you can also type the page number in the box and press enter ):

You can add a bookmark at the end of your report, and then a text box Which can jump on it (Text Box Properties-> Action-> Mark


Comments

Popular posts from this blog

Member with no value in F# -

java - Joda Time Interval Not returning what I expect -

c# - Showing a SelectedItem's Property -