Hmmm... Well yes and no... You can set the redirection link to be a printer friendly HTML module. You would only need to generate that one time by clicking on the 'Print' icon for a module that will display the results. The problem with this is that you might want to use a display after message and make it a 'pop up' because otherwise they would be redirected to the print screen and since it never popped up they might lose the web site they are at.
So here is the solution at that point. Our Tailored Text/HTML module has the ability to retrieve (as tokens) querystring and session variables. So you could use the features within Dynamic Forms to 'pass field via querystring' or 'pass field via session variable'. This way when it gets to the Tailored Text/HTML module (which you made the link the print mode too) you can have a WYSIWYG Rich Text Editor where you can define where you want those tokens. The HTML would look like:
Your Report
First Name: $(FirstName)
LastName : $(LAstName)
etc...
A little troublesome to setup but it would offer the solution you are looking for.
Here is an example:
Tailored Text Example w/ Querystring Tokens
Note a few things. First the URL includes a querystring token called Address1 with a value of 555 West 5th Street. this would be generated if you had a shot field name called Address1 and had the featured enabled to 'Pass field via querystring variable'.
Now, just change the URL to also include the parameters to pass for the printdnnmode and the no container (so that you get a blank) and you would end up with a URL such as this:
Tailored Text Example w/ Print Mode & Querystring Variables
Of course the other solution would be to just use the 'Display after message' which has access to all of the form tokens and you can have them print the page. The disadvantage here is that it would not be in the print mode that you are looking for.
Ok, that was fun 
-Chad
|