I've been using the powerful NReco library to create pivot tables. And using the very convenient HTML wrapper extension to turn those tables into HTML. When I use the '' I get the following returned into the HTML.
System.Collections.Generic.List`1[System.Object]
The error seems very straight-forward. The HTML wrapper is probably just calling ToString() on the collection object rather then joining the list. Is there a way to override the HTML wrappers functionality when it comes to formatting this list.