July 21, 2011 at 2:40 pm
I have a document map acting as a treeview style navigation. It then links to several new reports (inside subreports) based on what was clicked in the document map.
Obviously this is a problem as the report renders all sub reports and takes about 10 minutes to load.
Is there a way to either
1) Redirect to a separate report when someone clicks / selects a node from the document map?
2) Not render any of the items in the report / sub reports until someone clicks / selects a node from the document map?
I thought about setting the dataset's WHERE Statement to 1 = 2 (disabled) until called but that still renders a ton of blank subreports which still slows things down.
Thanks a ton for the help.
July 21, 2011 at 2:45 pm
You can make a separate "navigation" report that simply has links to the separate sub reports, and perhaps a link to the report with all sub reports showing.
July 25, 2011 at 8:08 am
I feel stupid for missing something so simple. Thank you very much.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply