ComponentOne ADO.NET DataExtender
ADO.NET DataExtender Task-Based Help / Adding a Child View
In This Topic
    Adding a Child View
    In This Topic

    To add a child view to a C1DataViewSet, complete the following steps:

    1. In the C1ViewSetDesignerForm, select a view in the left pane and press the Add View button.
    2. Select a child view to add from the list and click Add. Select the ellipsis button next to the Definition property to open the C1DataView Definition Statement Builder.
    3. Set up a C1DataView definition, either simple or composite, in the C1DataView definition area of the dialog box and click OK. See C1DataView Definitions for more information on creating simple and composite views.

      The child view object is created and has the Definition property value set.

    4. Click OK to close the C1DataView Definition Statement Builder and again to close the C1ViewSetDesignerForm.
    See Also