Displays the specified child view in the Spread component.
Syntax
'Declaration
Protected Sub OnChildView( _
ByVal As String _
)
'Usage
Dim instance As FpSpread
Dim relation As String
instance.OnChildView(relation)
protected void OnChildView(
string
)
Parameters
- relation
- Child view to display
See Also