Is it possible to create a table in a ssrs report without a datasource.
I have a excel document thats needs to be made available via our web app. However the table bit of this document has no need for data from our database, it is all static.
Using Report Builder 3.0 from Sql Server 2008 R2, I drag a table onto the report, click cancel after the datasource selection dialog appears, and type in some text in the table. When I try and run/preview the report, I get the error message: "The tablix‘Tablix1’ is in the report body but the report has no dataset. "
So does this mean that I either have to bind to a 'dummy blank' dataset or drop down tons of text boxs and align them in a table?