• Hello!
    I would like to create reports in a c# .NET2 solution, but I really don't know how to start.
    The Reports should be dynamic (use can choose tables, etc.)
    The examples in the manual are only for Access & DAO.
    Can anybody give me a hint or provide an example? - This would be great.
    I startet with this few lines :-):

    Code
    IWPReport Report = ehTDeditor2.Report;
    Report.Clear();
    Report.InitTemplate("@Field and Bands", 6);


    In the background I am using Access or (MS SQL) as Database
    Thank you very much for your help!
    Robert