Click or drag to resize
Service1Client.ExportToCsv Method

Namespace: SxcDeskAppLib.SxcWebSvcRef
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public string ExportToCsv(
	string filename,
	string[][] data,
	string[] colTypes,
	string key
)

Parameters

filename
Type: System.String
data
Type:System.String[][]
colTypes
Type:System.String[]
key
Type: System.String

Return Value

Type: String

Implements

IService1.ExportToCsv(String,String[][],String[], String)
See Also