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
'Declaration
ReadOnly Property AllFilesFilter As String
'Usage
Dim instance As IReportViewerMessages2
Dim value As String
value = instance.AllFilesFilter
string AllFilesFilter { get; }
property String^ AllFilesFilter {
String^ get ();
}
/** @property */
String get_AllFilesFilter ()
function get AllFilesFilter () : String
Property Value
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
Reference
IReportViewerMessages2 Interface
IReportViewerMessages2 Members
Microsoft.Reporting.WinForms Namespace