Hi,
I created a report with 3 data items. I use it to print the customers for each salesperson, and for each customer the customer ledger entries. (Salesperson/Customer/Cust. Ledger Entries)
I created the report layout in Microsoft Visual Studio and i used a table control. In the first row, which is the header of the table, i dragged and dropped the captions for the 3 data items. (I used the result dataset)
The problem is that the captions for Salesperson and Customer fields are visible, but for Cust. Ledger entries are invisible. Do i have to do anything different since the Customer Ledger Entry is indented to Customer?
Thanks in advance
0