Description

The node containing report viewer extensibility information.

Attributes

NameTypeUseDefaultDescription
StepTypestringrequired For internal use only.

Diagram

ExtendedInfo Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)StepData Element (Required, 1 element allowed)


Children

Used By

Source

                                        <
                                        xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ExtendedInfo">
    <xs:annotation>
        <xs:documentation>The node containing report viewer extensibility information.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="StepData" type="xs:string">
                <xs:annotation>
                    <xs:documentation>For internal use only.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="StepType" type="xs:string" use="required">
            <xs:annotation>
                <xs:documentation>For internal use only.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>