ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / ReportCache Class / ShareBetweenSessions Property

In This Topic
    ShareBetweenSessions Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property ShareBetweenSessions As System.Boolean
    public System.bool ShareBetweenSessions {get; set;}
    See Also