Share via


IReportViewerMessages2.AllFilesFilter 屬性

 

發佈時間: 2016年4月

取得在匯出報表時,[另存新檔] 對話方塊中 [所有檔案] 篩選選項的文字。

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

語法

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

屬性值

Type: System.String

String,其中包含在匯出報表時,[另存新檔] 對話方塊中 [所有檔案] 篩選選項所要顯示的文字。

請參閱

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

回到頁首