2.3.4 Report.AutoRefresh
The Report.AutoRefresh element specifies the rate at which the report Page automatically refreshes. The Report.AutoRefresh element is optional.
If this element is present in RDL 2003/10, RDL 2005/01, or RDL 2008/01, its value MUST be an Integer ([XMLSCHEMA2/2] section 3.3.17). If this element is present in RDL 2010/01 or RDL 2016/01, its value MUST be either an Integer or an expression that evaluates to an Integer. The value MUST be greater than or equal to 0 and less than or equal to 2147483647. If this element is not present, its value is interpreted as 0. If this element has a value of 0, the report page does not automatically refresh.
Following is the parent element of the Report.AutoRefresh element.
Parent elements |
---|
The following is the XML Schema definition of the Report.AutoRefresh element in RDL 2003/10, RDL 2005/01, and RDL 2008/01.
-
<xsd:element name="AutoRefresh" type="xsd:unsignedInt" minOccurs="0" />
The following is the XML Schema definition of the Report.AutoRefresh element in RDL 2010/01 and RDL 2016/01.
-
<xsd:element name="AutoRefresh" type="xsd:string" minOccurs="0" />