I have a report with a background and need to render and archive two
copies of it, one for viewing(with background) and one for
printing(without background). I will be doing this locally with
business objects and will use the Microsoft.Reporting.WinForms library.
Here's my thinking:
Dim an instance of local report
Set the template path
Set the datasources
--->Somehow set code variable for the report that it uses to set the hidden value of the image
render the report
I'm not sure how or if this is possible. Other options would be
to add another datasource or parameter to base the hidden value on, but
that seems too complicated for this.
Thanks for you time.

Change image visibility based on render format or code variable value