DoddleReport
DoddleReport copied to clipboard
DoddleReport and header column spaces
I thought the below code would add columns with spaces but is doesnt. Is there a way to accomplish this? The column is always "TeamName".
var item = new ExpandoObject() as IDictionary<string, Object>;
item.Add("Team Name","Elite");