Gets or sets the rate, in seconds, at which the report page (when rendered as HTML) automatically refreshes. Must be nonnegative. If omitted or zero, the report page should not automatically refresh. Max: 2147483647. Default: 0.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public int AutoRefresh { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property AutoRefresh As Integer
	Get
	Set

See Also