printView Attribute
Specifies the name of another view to use for printing this view.
Type
xsd:string
Remarks
The printView attribute is an optional attribute of the view element.
Example
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>