I need to display some tabular data in an RDLC which is not sourced from any dataset. I need the table only for formatting purposes. So I created the table and designed it around my content (which is passed in via parameters).
Now I get a compile time error saying:
"error rsDataRegionWithoutDataSet: The tablix ‘Tablix1’ is in the report body but the report has no dataset. Data regions are not allowed in reports without datasets."
How do I go about displaying unbound tabular data in an RDLC based report?