how to use llblgen generated class as a datasource of stireport
Posted: Mon May 10, 2010 5:39 am
I am using LLBLGEN as a orm tool. I use classes generated by llblgen.
The problem is I want to use this classes as a datasource of stimulsoft report.I get errors.Can anybody help me?
-ContainerDamageEntity : LLBLGEN generated entity for ContainerDamaga table
-ClassContainerDamage: main class i use in my project.
class ClassContainerDamage : ContainerDamageEntity
ClassContainerDamage clsContainerDamage=new ClassContainerDamage();
// initilization of items of clsContainerDamage class.
stiReport1.Compile();
stiReport1.RegData("damage",clsContainerDamage);
stiReport1.Design();
The error messase i get is:
The type or namespace name 'SD' couldnt be found.
The problem is I want to use this classes as a datasource of stimulsoft report.I get errors.Can anybody help me?
-ContainerDamageEntity : LLBLGEN generated entity for ContainerDamaga table
-ClassContainerDamage: main class i use in my project.
class ClassContainerDamage : ContainerDamageEntity
ClassContainerDamage clsContainerDamage=new ClassContainerDamage();
// initilization of items of clsContainerDamage class.
stiReport1.Compile();
stiReport1.RegData("damage",clsContainerDamage);
stiReport1.Design();
The error messase i get is:
The type or namespace name 'SD' couldnt be found.