共用方式為


Report.DisplayName 屬性

取得或設定報表的顯示名稱。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
<WebBrowsableAttribute(True)> _
Public Property DisplayName As String
[WebBrowsableAttribute(true)]
public string DisplayName { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
member DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)

屬性值

類型:String
包含報表顯示名稱的 string。

備註

DisplayName 屬性的值會出現在文件引導模式的根。

當匯出及列印報表時,會利用 DisplayName 來做為預設檔案名稱。

請參閱

參考

Report 類別

Microsoft.Reporting.WebForms 命名空間