Click or drag to resize
Service1ClientExportToCsv 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: SystemString
data
Type: SystemString
colTypes
Type: SystemString
key
Type: SystemString

Return Value

Type: String

Implements

IService1ExportToCsv(String, String, String, String)
See Also