'Declaration
Public Function ExportDataToFile( _ ByVal options As ExportOptions, _ ByVal targetFileName As String _ ) As Boolean
public bool ExportDataToFile( ExportOptions options, string targetFileName )
Parameters
- options
- targetFileName
- The name of the file to write the data to. This file will be created locally (on the client computer), not on the server.