2.304 CodeModules
The CodeModules element specifies the names of code modules to load and use within expressions in a Report or a Report.Code element. The CodeModules element is optional.
The following are the parent elements and the child element of the CodeModules element.
Parent elements |
---|
Report |
Child elements |
---|
The following is the XML Schema definition of the CodeModules element.
-
<xsd:complexType name="CodeModulesType"> <xsd:sequence> <xsd:element name="CodeModule" type="xsd:string" maxOccurs="unbounded" /> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="skip" /> </xsd:complexType>