Page 1 of 1

StiPreviewControl DoubleClickComponent

Posted: Mon Sep 21, 2009 1:12 am
by phkgycl
Hi,

i have a report which is run by the previewer.
Then I double click one of the data in the report. i want to pass that data and some custom data to the report previewer.
I know the DoubleClickComponent event would be triggered when i double click the data. but i don't know how to pass the data to the preview

How can I pass parameters to DoubleClickComponent event in the report previewer? Is it possible to do that?

Thanks

Tony

StiPreviewControl DoubleClickComponent

Posted: Tue Sep 22, 2009 6:53 am
by Jan
Hello Tony,

Please check sample project LiveReports from standard delivery. This sample project illustrate how to use ClickEvent, but you can use DoubleClickEvent too.

Thank you.