Issues Setting RDLC Datasource to Object

前端 未结 5 482
长情又很酷
长情又很酷 2020-12-30 01:53

Background:

I\'ve been tasked with converting an Access database application to ASP.Net C# MVC. This is my first MVC application.

There are

5条回答
  •  借酒劲吻你
    2020-12-30 02:22

    1. Make sure the classes are in the same namespace as the application.
    2. Try building the application before you create the report
    3. Start the report wizard. Under DataSouce select the name of your web application.
    4. Under Available Datasets you should see what Visual Studio interprets to be your "Select Method". If all is well, this should be TurnArounds.

    You may need to put the class file in the App_Data or App_Code folder, but I am not certain.

    This might also help.

    http://msdn.microsoft.com/en-us/library/ms251692%28v=vs.100%29.aspx

提交回复
热议问题