'Declaration
Public Function ExportDataToFile( _ ByVal options As ExportOptions, _ ByVal targetFileName As String _ ) As Boolean
public bool ExportDataToFile( ExportOptions options, string targetFileName )
public: bool ExportDataToFile( ExportOptions^ options, String^ targetFileName )
Parameters
- options
- Options controlling the export behavior
- 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.