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>
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp