Hi,
I want to add a link in a report, possibly a url link or a link to other report. One way of doing this is to go to properties of textbox and then update the jump to option.
But how to do this through a click of a button, inside the report?
I am having Microsoft Visual Studio 2005, designer's version.
thanks
You can use the Action property of a textbox and format that as a standard link (underlined).
For a 'button', I believe you'd have to make an image per button and then use an image control, and again leveraging the action property.
There may be custom controls out there that will make the button for you and you'd just set the caption.. but I don't know for sure.
No comments:
Post a Comment