共用方式為


Chart.ImageLocation 屬性

定義

取得或設定執行 ImageTag 呈現時,要在其中儲存影像檔案的位置。

public:
 property System::String ^ ImageLocation { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string ImageLocation { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.ImageLocation : string with get, set
Public Property ImageLocation As String

屬性值

String

string 值,表示影像檔案會在其中儲存之伺服器的 URL。

屬性

備註

如果 ImageStorageMode 設定為 ImageStorageMode.UseHttpHandler ,這個屬性就不會有任何作用。

當您使用影像標記方法轉譯圖表影像時,會產生圖表影像,然後以 屬性所 ChartImageType 決定的格式儲存到伺服器上的磁片。

儲存影像檔的 URL 可以是絕對或相對的;影像檔案所擁有的副檔名是由 屬性所 ChartImageType 決定。

映射檔可以硬式編碼為一個檔案名,或者您可以使用 「#」 符號來使用使用者識別碼 (UID) ,或稱為迴圈配置資源的唯一名稱檔案數目。

適用於