バージョン 23.1 (最新)

ImagePipePageName プロパティ

SecureImagePipe として指定された Web フォームの名前です。
シンタックス
public string ImagePipePageName {get; set;}
解説

SecureImagePipe コンポーネントを含むプロジェクト内の Web フォームの名前。このページは、チャート画像のデータをサーバーからブラウザに安全にストリームするために使用します。

詳細は、SecureImagePipe を参照してください。

使用例
'sets the name of the page for the chart to use for the Imagepipe Control
Chart.ImagePipePageName="ImagePipe.Aspx"
'宣言
 
Public Property ImagePipePageName As String
 
//sets the name of the page for the chart to use for the Imagepipe Control
Chart.ImagePipePageName="ImagePipe.Aspx";
'宣言
 
Public Property ImagePipePageName As String
 
参照