Visual Basic Reference

ExportFormats Collection

See Also    Example    Properties    Methods    Events

A collection of ExportFormat objects.

Syntax

ExportFormats

Remarks

Use the ExportFormat object in conjunction with the ExportReport method to create customized exported reports. When invoking the ExportReport method, specify which ExportFormat object to use, as shown below:

' Use the ExportFormat object named MyReport.
DataReport1.ExportReport "MyReport" 

Each object in the collection can represent a different template. To create a template use the Template property.

When the end user invokes the ExportReport method, the FileFormatString property determines what text is displayed in the Save As Type box.