8 references to Session
System.Web.DataVisualization (8)
WebForm\General\ChartHttpHandler.cs (8)
272
if (Settings.StorageType == ChartHttpHandlerStorageType.
Session
|| Settings.DeleteAfterServicing)
498
if (Settings.StorageType == ChartHttpHandlerStorageType.
Session
)
1089
this.StorageType = ChartHttpHandlerStorageType.
Session
;
1544
else if (settings.StorageType == ChartHttpHandlerStorageType.
Session
)
1657
else if (settings.StorageType == ChartHttpHandlerStorageType.
Session
)
1692
else if (settings.StorageType == ChartHttpHandlerStorageType.
Session
)
1723
else if (settings.StorageType == ChartHttpHandlerStorageType.
Session
)
1942
RingTimeTracker result = new RingTimeTracker(ChartHttpHandler.Settings.Timeout, keyFormat,ChartHttpHandler.Settings.StorageType == ChartHttpHandlerStorageType.
Session
);