Click or drag to resize
DashboardObjectBuildParamString Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns the parameter string to be used when rendering an object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public Object BuildParamString(
	string inString,
	string inValue,
	string inFilterString,
	bool ForFusion = true
)

Parameters

inString
Type: SystemString
The filter string for this particular drill down
inValue
Type: SystemString
inFilterString
Type: SystemString
The filter string applied to the parent prior to drilldown. Passed so the drilldown can also apply this.
ForFusion (Optional)
Type: SystemBoolean

Return Value

Type: Object
The parameter string to be used when rendering an object.
Remarks