Hello,
I am binding table of report to custom POCO class(Instead of DataSet) and manually assigning data to each cell.
But in that case "=Fields.ColumnName" expression does not work for column grouping and sorting.
What could be the solution for column grouping/sorting when we dont use DataSet and use data from list of POCO classes or Entities of Entity Framework?
Thanks very much,
Manish
I am binding table of report to custom POCO class(Instead of DataSet) and manually assigning data to each cell.
But in that case "=Fields.ColumnName" expression does not work for column grouping and sorting.
What could be the solution for column grouping/sorting when we dont use DataSet and use data from list of POCO classes or Entities of Entity Framework?
Thanks very much,
Manish