IReportViewerMessages2.AllFilesFilter Property

 

Gets the text for the All Files filter option in the Save As dialog box when a report is exported.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

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

Property Value

Type: System.String

A String that contains the text to display for the All Files filter option in the Save As dialog box when a report is exported.

See Also

IReportViewerMessages2 Interface
Microsoft.Reporting.WinForms Namespace

Return to top