Specifies the name of another view to use for printing this view.
xsd:string
The printView attribute is an optional attribute of the view element.
The following is an example of the printView attribute as it is used in the view element:
<xsf:views default="View">
<xsf:view name="View" caption="View" printView="PrintView">
<xsf:mainpane transform="view1.xsl"></xsf:mainpane>
...
</xsf:view>
</xsf:views>