Version

ImagePipePageName Property

The name of the web form designated as the secure image pipe.
Syntax
'Declaration
 
Public Property ImagePipePageName As String
public string ImagePipePageName {get; set;}
Remarks

Name of WebForm in the project which contains the "SecureImagePipe" component. This page is used to stream the chart image data securely from the server to the browser.

For more information, see SecureImagePipe.

Example
'sets the name of the page for the chart to use for the Imagepipe Control
Chart.ImagePipePageName="ImagePipe.Aspx"
//sets the name of the page for the chart to use for the Imagepipe Control
Chart.ImagePipePageName="ImagePipe.Aspx";
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also