2.320.4 Variable.Writable

Applies to RDL 2010/01 and RDL 2016/01

The Variable.Writable element specifies whether the Report variable is writable by using an expression or custom code. This element is optional and MUST NOT be specified if the parent of the Variable element is a Group

If this element is present, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2). If this element is not present, its value is interpreted as false.

Following is the parent element of the Variable.Writable element.

Parent elements

Variable

The following is the XML Schema definition of the Variable.Writable element.

 <xsd:element name="Writable" type="xsd:boolean" minOccurs="0" maxOccurs="1" />