Specifies whether the expiration timer should be reset when reports are retrieved from the cache.

Namespace:  C1.Web.C1WebReport
Assembly:  C1.Web.C1WebReport.2 (in C1.Web.C1WebReport.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(false)]
public bool Sliding { get; set; }
Visual Basic (Declaration)
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute(False)> _
Public Property Sliding As Boolean
	Get
	Set

Remarks

The default value for this property is false, meaning that the expiration time is not reset when reports are retrieved from the cache.

See Also