Stimulsoft and LLBLGen Pro

Stimulsoft Reports.WEB discussion
Post Reply
ingljo
Posts: 1
Joined: Thu Nov 05, 2009 9:22 am
Location: Oslo, Norway

Stimulsoft and LLBLGen Pro

Post by ingljo »

Hi.

We are currently evaluating Stimulsoft as reporting tool for our web-sites.

We use O/R mapper LLBLGen Pro from http://www.llblgen.com do generate .NET classes from Oracle Databases.

Do you have any recommendations for the use of these generated classes as DataSource for the Stimulsoft web reporting tool?

The LLBLGen Pro can generate:

Typed Lists
DataSources
etc

Is there any "out of the box" way of implementing this, or do we have to write our own AdapterService?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Stimulsoft and LLBLGen Pro

Post by Edward »

Hi

You can use these .Net classes in Stimulsoft Reports.Web without any problems.

Please see the sample project in the attachment.

All you need to render the report in Web for that report is the following line:

StiWebViewer1.Report = report;

Thank you.
Attachments
265.BusinessObjects.zip
(43.4 KiB) Downloaded 272 times
Post Reply