RDLC not recognizing DataSet

  • Thread starter Thread starter John A. Bailo
  • Start date Start date
J

John A. Bailo

ASP.NET 2.0 Project

Added

rdlc file
DataSet with DataTable to be populated dynamically at runtime

I cannot set DataSetName in the dropdown -- it does not recognize my
DataSet and I cannot type into it.

If I compile I receive this error for my RDLC

"Error 1 The table 'table1' is in the report body but the report has
no data set. Data regions are not allowed in reports without
datasets."
 
Are you saying that in the "Report Data Sources" window you do not see any
datasets (it actually shows the datatables) in the "Project Data Sources"
dropdown?

Where exactly are you trying to enter this dataset
Do you have an xsd created?
In the datasources window (Which shows when you are looking at a report),
what do you see? And can you create a new datasource from there?

// Andrew
 
Back
Top