Share via


IReportViewerMessages3.ExportDialogCancelButton 屬性

 

發佈時間: 2016年4月

取得使用者選取匯出格式後顯示於 [正在匯出] 對話方塊之 [取消] 按鈕上的文字。

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

語法

string ExportDialogCancelButton { get; }
property String^ ExportDialogCancelButton {
    String^ get();
}
abstract ExportDialogCancelButton : string with get
ReadOnly Property ExportDialogCancelButton As String

屬性值

Type: System.String

表示 [取消] 按鈕文字的 string 值。

請參閱

IReportViewerMessages3 介面
Microsoft.Reporting.WinForms 命名空間

回到頁首