By using this website, you agree to our Terms of Use (click here)
Notifications
Clear all
November 7, 2023 4:39 pm
I have a report that I’m using check boxes to ask the user to include data. It’s timing out because the dataset is large, however, if I can make my subreports conditional it will reduce processing time.
The subreports are located in the “detailSection” and are set to “WhilePrint” and Visible = False with a VisibleExpr of “=[@IncludeThis] = True “
If @IncludeThis <> True I want to exclude the subreport from running at all.