combit List & Label 29 - .NET Help
Programming Introduction / Examples / General / Sub Reports/Charts/Cross Tables
In This Topic
    Sub Reports/Charts/Cross Tables
    In This Topic

    Sub Reports

    Structuring of reports by using the report container is a pure Designer feature. Therefore there is no difference from the "normal” list as shown in section Simple List.

    For using sub tables it is required that parent and child data are relationally linked. So the first step is to design a table element for the parent table in the report container. The next step will be to add a sub element with the child data by the toolbar in the report structure window.

    At print time the corresponding child sub report will be automatically added for each record of the parent table. For example the List & Label Sample Application (in the start menu's root level) demonstrates this under Design > Extended Samples > Sub reports and relations.

    Charts

    The chart function is also automatically supported by the report container. See section Simple List.

    The List & Label Sample Application (in the start menu's root level) contains a variety of different chart samples under Design > Extended Samples.

    Cross Tables

    Not surprisingly, cross tables will be implemented the same way as described in section Simple List.

    The List & Label Sample Application (in the start menu's root level) contains a variety of different cross table samples under Design > Extended Samples.