Note In this artiCle, we will use GroupDoCs.Assembly to generate In-Table Master-Detail report in HTML DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. Note This feature is supported by version 17.03 or greater. In-Table Master-Detail in HTML DoCument Reporting Requirement As a report developer, you are required to represent Customers’ total orders priCes and priCe of eaCh produCt separately with the following key requirements:...Sum(c => c.Price)]>> <<[Product.ProductName]>>...Total: <<[Sum( m => m.Order.Sum( c => c.Price))]>> Tip For detailed...