ChartHttpHandlerSettings.PrivateImages Property

.NET Framework (current version)
 

Gets a flag that indicates whether the handler will utilize private images.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

member PrivateImages : bool with get

Property Value

Type: System.Boolean

True if the handler will utilize private images, otherwise false.

When the PrivateImages property is set, the handler will not return images out of session scope. In addition, the client will not be able to download another user's images. This is the default behavior.

.NET Framework
Available since 4.0
Return to top
Show: