DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The parameter string to be used when rendering an object.
Returns the parameter string to be used when rendering an object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public Object BuildParamString( string inString, string inValue, string inFilterString, bool ForFusion = true ) |
Visual Basic |
---|
Public Function BuildParamString ( inString As String, inValue As String, inFilterString As String, Optional ForFusion As Boolean = true ) As Object |
Visual C++ |
---|
public: virtual Object^ BuildParamString( String^ inString, String^ inValue, String^ inFilterString, bool ForFusion = true ) sealed |
Parameters
- inString
- Type: System..::..String
The filter string for this particular drill down
- inValue
- Type: System..::..String
- inFilterString
- Type: System..::..String
The filter string applied to the parent prior to drilldown. Passed so the drilldown can also apply this.
- ForFusion (Optional)
- Type: System..::..Boolean
Return Value
Type: ObjectThe parameter string to be used when rendering an object.