Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ReportElement Class / ScriptHostOwnerGetChildren Method

In This Topic
    ScriptHostOwnerGetChildren Method (ReportElement)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Overridable Sub ScriptHostOwnerGetChildren( _
       ByVal children As List(Of IScriptHostOwner) _
    ) 
    protected virtual void ScriptHostOwnerGetChildren( 
       List<IScriptHostOwner> children
    )

    Parameters

    children
    See Also