I need the hyperlinks in my ssrs report to open a form with filters on multiple datasources. For instance, if I click on account number in my ssrs report, it should open the Voucher transactions (LedgerTransVoucher) form with filter on Ledger account (GeneralJournalAccountEntry.LedgerAccount) and Date (GeneralJournalEntry.TransDate) fields using report tmp table (for account) and parameter data (for date).
Open Form with filters on multiple datasources Via Hyperlink in SSRS Report
Hi,
The voucher transactions do not support a direct deep link. It is possible to add custom URL parameters and read these additional parameters to set a range when opening the form.
Suppose you have the next URL for opening the voucher transactions:
When you find out how to read the parameters from the URL, you can apply ranges on the voucher transaction form using a form extension class.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.