Error CS0103: The name 'DataSet' does not exist in the current context

Hi,

First time user. I've setup my report nicely. It runs and previews perfectly in the Community designer.  Then I try to run it from C# code and it just gives the following error. 

Error CS0103: The name 'DataSet' does not exist in the current context


I'm not registering data, but I shouldn't have to if it's all setup in the report, correct? I've checked the Databand, and checked the XML. All looks fine. Created a new report using the Wizard, same issue. 


Report report = new Report();

report.Load("C:\\temp\\untitled.frx");

report.Prepare();


Thanks

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.