mergedPrintView Element

Contains properties for printing a set of multiple views defined using the Print Multiple Views command on the Tools menu.

Usage

  
<mergedPrintView
	isDefault="xsf:xdYesNo"
	isCustomizable="xsf:xdYesNo"
	viewBreak="xsd:string"
/>

Element Information

Element type xsd:complexType
Namespace xsf2

Elements and Attributes

Parent Elements

Element Description
solutionDefinition Root element for the elements defined in the xsf2 namespace. Specifies new properties and features that have been added to Microsoft Office InfoPath 2007 form templates.

Child Elements

Element Description
printSettings Specifies the printer settings used when printing the set of views.
includedViews Contains an element for each view that is included in the set of views to be printed.

Attributes

Attribute Type Required Description Possible Values
isDefault xdYesNo Optional Specifies whether to use the settings specified in the Print Multiple Views dialog box as the default settings for printing the form.

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.
  • yes
  • no
isCustomizable xdYesNo Optional Specifies whether to allows users to change the settings specified in the Print Multiple Views dialog box.

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.
  • yes
  • no
viewBreak xsd:string Required Specifies the separator that is used between views when they are printed. Valid values are "No break", "Horizontal line", and "Page break".

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.
String

Definition

  
<xsd:element name="mergedPrintView">
   <xsd:complexType>
      <xsd:all>
         <xsd:element ref="xsf:printSettings" minOccurs="0" />
         <xsd:element ref="xsd:includedViews" minOccurs="0" />
      </xsd:all>
      <xsd:attribute name="isDefault" type="xsf:xdYesNo" use="optional" default="no" />
      <xsd:attribute name="isCustomizable" type="xsf:xdYesNo" use="optional" default="no" />
      <xsd:attribute name="viewBreak" type="xsd:string" use="required" />
      <xsd:anyAttribute processContents="skip" />
   </xsd:complexType>
</xsd:element>

Remarks

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.