Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool AddFilterReportOrder(
	string orderDirId,
	string orderDirText,
	string reportId,
	string colName,
	string tableName,
	string key
)
Visual Basic
Public Function AddFilterReportOrder ( 
	orderDirId As String,
	orderDirText As String,
	reportId As String,
	colName As String,
	tableName As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool AddFilterReportOrder(
	String^ orderDirId, 
	String^ orderDirText, 
	String^ reportId, 
	String^ colName, 
	String^ tableName, 
	String^ key
) sealed

Parameters

orderDirId
Type: System..::..String
orderDirText
Type: System..::..String
reportId
Type: System..::..String
colName
Type: System..::..String
tableName
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..AddFilterReportOrder(String, String, String, String, String, String)

See Also