Topic: Launching Report

Is there a way to launch a report from a hyperlink, a drop down menu, or a tablegrid?

I only see the method through a button.

Thank you,
  Rob

Re: Launching Report

You can hide the button (visible=False) and click on this button using script (Form1.Button1.Click;)

Dmitry.