'Declaration
Public Function ExportData( _ ByVal options As ExportOptions, _ ByRef exportedData As String _ ) As Boolean
public bool ExportData( ExportOptions options, out string exportedData )
public: bool ExportData( ExportOptions^ options, [Out] String^ exportedData )
Parameters
- options
- Options controlling the export behavior
- exportedData
- Returns the export data, or a null reference (Nothing in Visual Basic) if an error occurs