interactive between report and parent system
Hi,
if i have a report about invoices list and my report viewer is already hosted on my system ,now i want to interactive between displayed report and a form which related to report data , for example i want to double click in some row or line of invoice and a corresponding form should be shown.
thanks
if i have a report about invoices list and my report viewer is already hosted on my system ,now i want to interactive between displayed report and a form which related to report data , for example i want to double click in some row or line of invoice and a corresponding form should be shown.
thanks
Comments
1. Create a new static class in MainApp
2. Add reference in your FastReport frx file, include MainApp.exe
3. For passing parameter to Main Application, you could use Hyperlink.
Hyperlink.Kind="Custom"
Hyperlink.Expression="[ReportDatasource.ID]"
4. Script :