Thanks to David Francis for this tip on how to ensure that sub reports’ data is exported when exporting to CSV or XML.
I haven’t come across the requirement to do this but a good tip to know.
Thanks to David Francis for this tip on how to ensure that sub reports’ data is exported when exporting to CSV or XML.
I haven’t come across the requirement to do this but a good tip to know.
Posted in Uncategorized
HI i wanted to upload the subreport in main report and make it to visible true or false depending on certain conditions.
By: Amol on Thursday 7 June, 2007
at 12:42 pm
Go to subreport properties and Go to the visibilty tag in sub report and put in the expression what condition you would like to use for hiding like
=iif(Parameters!CostCenter.Count >1,true,iif(Parameters!PostingCode.Count >1,true,iif(Parameters!EntityID.Count >1,true,iif(Parameters!Activity.Count >1,true,false))))
By: Syed Qazafi Anjum on Tuesday 11 March, 2008
at 10:36 pm