2.291.1 CustomProperty.Name
Applies to RDL 2005/01, RDL 2008/01, RDL 2010/01, and RDL 2016/01
The CustomProperty.Name element specifies the name of a CustomProperty. The value of this element MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. This element MUST NOT have a null value or a value that is the same as another CustomProperty.Name. The CustomProperty.Name element MUST be specified.
Following is the parent element of the CustomProperty.Name element.
Parent elements |
---|
CustomProperty |
The following is the XML Schema definition of the CustomProperty.Name element.
-
<xsd:element name="Name" type="xsd:string">