Gets or sets a value indicating whether cached reports and documents are shared between different sessions. The default value is true, which means that different browser sessions will be able to access the same cached report or document. Set to false to prevent such sharing.

Namespace:  C1.Web.UI.Controls.C1Report.ReportService
Assembly:  C1.Web.UI.Controls.C1Report.2 (in C1.Web.UI.Controls.C1Report.2.dll)

Syntax

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

See Also