includedView Element

Specifies the properties of a view that is included in the merged print view.

Usage

  
<includedView
	name="xsf:xdViewName"
/>

Element Information

Element type xsd:complexType
Namespace xsf2

Elements and Attributes

Parent Elements

Element Description
includedViews Contains includedView elements that specify each view included in the merged print view.

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
Name xdViewName Required Specifies the name of the view that is included in the merged print view. String

Definition

  
<xsd:element name="includedView">
   <xsd:complexType>
      <xsd:sequence />
      <xsd:attribute name="name" type="xsf:xdViewName" use="required" />
   </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.