I wrote a data extension which returns a DataSet to a report from the the C# code by implementing
Microsoft.ReportingServices.DataProcessing.IDbConnection
Basing on the Dataset's parameters, this 'Dataset' means the one in report design mode, my extension could return totally different structured DataTable, different column names, different number of columns etc, but the table's name is always the same.
My questions is:
How can I have a Tablix in my report, and this Talix just show all the columns and rows in a very simple way?
or
Is this posible?
Col1, Col2
etc... – Daniel E.