FileFormatString Property

       

Returns or sets the string to be displayed in the Save As combo box of the Export dialog box.

Syntax

object.FileFormatString [= string]

Part Description
object Required. An object expression that evaluates to an object in the Applies To list.
string Optional. The string associated with the ExportFormat object and displayed in the Export dialog box

Remarks

The FileFormatString property commonly includes a name to identify the ExportFormat object and the value of the FileFilter property, as shown in the example below:

DataReport1.ExportFormats(5).FileFormatString = "Daily Report (*.HTM)"