I do, however, use it in the Report Summary band.
If Amount Due is 0, I count the transaction as a cash sale and sum the Items amount of Cash transactions.
If Amount Due is not 0, I count the transaction as a Charge sale and sum up the Items amount of all Charge transactions.
The logic seems simple enough, but I cannot generate the report because the designer is complaining about this field not having a handler:
Could someone tell me what I am doing wrong?The error of compilation is found in the 'Report' report:
'Reports.Report' does not contain a definition for 'VwInvoice_AmountDue__0' and no extension
method 'VwInvoice_AmountDue__0' accepting a first argument of type 'Reports.Report' could be
found (are you missing a using directive or assembly reference?)
It is Friday, and the office will be closed for the weekend soon; however, I will be very anxious to get this resolved so that come Monday morning I can be productive again. So, I have attached my Report file (mrt) and code file (cs).