P4s3PortalWebSvc RunDataGridView Method A Sandcastle Documented Class Library
Calls the DataGridView to generate a data export.

Namespace: P4s3WebSvc
Assembly: P4s3WebSvc (in P4s3WebSvc.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void RunDataGridView(
	string loadQuery,
	string exportFormat,
	string passThrough,
	string reportId,
	Dictionary<string, string> sett,
	bool async,
	string key
)

Parameters

loadQuery
Type: System String
exportFormat
Type: System String
passThrough
Type: System String
reportId
Type: System String
sett
Type: System.Collections.Generic Dictionary String, String 
async
Type: System Boolean
key
Type: System String
See Also