| IElementRenderControl Method |
Render the corresponding control for the specified interview
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IControlRender RenderControl(
IInterview interview,
string outputId = ""
)
Function RenderControl (
interview As IInterview,
Optional outputId As String = ""
) As IControlRender
IControlRender^ RenderControl(
IInterview^ interview,
String^ outputId = L""
)
Parameters
- interview
- Type: AskiaCoreIInterview
Interview for which the control will be rendered - outputId (Optional)
- Type: SystemString
Id of the output used for the rendering
Return Value
Type:
IControlRenderReturns the rendered control
See Also