A report created by Web designer doesn't work for business object.

Stimulsoft Reports.WEB discussion
Post Reply
jkoo
Posts: 64
Joined: Fri Aug 19, 2011 8:08 pm

A report created by Web designer doesn't work for business object.

Post by jkoo »

I'm testing BusinessObjects sample. I think it works fine at winform.

report.RegData("EmployeeITypedList", CreateBusinessObjectsITypedList.GetEmployees());

In winform designer, dictionary will be

Code: Select all

+ Data Sources
    + EmployeeITypeList
          + Department 
                   + Company
                        - CompanyName
                   - DepartmentName
So I can use {EmplyeeITypeList.Department.Company.CompanyName}

But if I use same data at web designer,

Code: Select all

+ Data Sources
    + EmployeeITypeList
           - Department 
           - EmployeeName
I cannot use {EmplyeeITypeList.Department.Company.CompanyName} at web desginer.
How can I use this field at web report designer?

Thanks
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

A report created by Web designer doesn't work for business object.

Post by Vladimir »

Hello,

Please tell us which version of the product are you using? In the last prerelease builds were made some fixes for work with business objects.

Thank you.
jkoo
Posts: 64
Joined: Fri Aug 19, 2011 8:08 pm

A report created by Web designer doesn't work for business object.

Post by jkoo »

I tested it with the latest build (2011.08.18) from http://stimulsoft.com/ReportsWebDownloads.aspx
If I create a report at web designer, child objects cannot be expanded in the dictionary.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

A report created by Web designer doesn't work for business object.

Post by Vladimir »

Hello,

Please send us MRT file with the specified data structure saved in the Win Forms designer, we will test and fix errors found in the Web designer.

You can attach the file to the message on the forum, and also send to support[at]stimulsoft.com with a mark on this thread.

Thank you.
jkoo
Posts: 64
Joined: Fri Aug 19, 2011 8:08 pm

A report created by Web designer doesn't work for business object.

Post by jkoo »

Hi Vladimir,

I just sent the file to your support email (support@stimulsoft.com).
Please take a look.

Thanks
JKoo
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

A report created by Web designer doesn't work for business object.

Post by Andrew »

Hello,

Ok! Thank you.
Post Reply