{CompanyName} FlexyGo

SysProcess..::..DownloadDataToExcel Method

Downloads data info on to excel file

Namespace:  FLEXYGO
Assembly:  flxSysProcess (in flxSysProcess.dll)

Syntax


public static bool DownloadDataToExcel(
	EntityObject Entity,
	string ConnString,
	string Sentence,
	Object XSLFilePath,
	Object XSLFileName,
	ref ProcessManager..::..ProcessHelper Ret
)
Public Shared Function DownloadDataToExcel ( _
	Entity As EntityObject, _
	ConnString As String, _
	Sentence As String, _
	XSLFilePath As Object, _
	XSLFileName As Object, _
	ByRef Ret As ProcessManager..::..ProcessHelper _
) As Boolean

Parameters

Entity
Type: FLEXYGO.Objects..::..EntityObject
The entity.
ConnString
Type: String
Data connection string Name
Sentence
Type: String
SQL Sentence
XSLFilePath
Type: Object
Optional XSL file path
XSLFileName
Type: Object
Optional XSL file name
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
Returns a Process Helper.

Return Value

true if no error, false otherwise.