Problem in loading data from a "binding data source"

Stimulsoft Reports.NET discussion
Post Reply
nightbat
Posts: 6
Joined: Fri Jun 25, 2010 9:10 am

Problem in loading data from a "binding data source"

Post by nightbat »

I have a problem in loading data in the *.mrt file.
please do kindly check my included project and help me.

thank you all.

included test project
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Problem in loading data from a "binding data source"

Post by Ivan »

Hello,

Please modify your code:

Code: Select all

            report.RegData("bindingSource1", new Business.tblStudentBS().SelectAll());
Thank you.
nightbat
Posts: 6
Joined: Fri Jun 25, 2010 9:10 am

Problem in loading data from a "binding data source"

Post by nightbat »

Thank you so much for your effective help
you really saved me...

@};-
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Problem in loading data from a "binding data source"

Post by Andrew »

:biggrin: Have a nice day!
Post Reply