{CompanyName} FlexyGo

EditController..::..GetReportParamsTemplate Method

Gets the reports params template based on an Report Id. returns a ReportParamsHelper as an ActionResult

Namespace:  FLEXYGO.Controlers.UI
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetReportParamsTemplate(
	string ObjectName,
	string ObjectWhere,
	string ModuleName,
	string ReportName,
	KeyValuePairs[] Defaults
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetReportParamsTemplate ( _
	ObjectName As String, _
	ObjectWhere As String, _
	ModuleName As String, _
	ReportName As String, _
	Defaults As KeyValuePairs() _
) As ActionResult

Parameters

ObjectName
Type: String
Name of the object.
ObjectWhere
Type: String
The object where.
ModuleName
Type: String
The module identifier.
ReportName
Type: String
The report identifier.
Defaults
Type: array<KeyValuePairs>[]()[][]
Default values as KeyValuePairs

Return Value

ActionResult.