BusinessObject doesn't work in Hierarachical Data Band

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

BusinessObject doesn't work in Hierarachical Data Band

Post by jkoo »

Hi there

I think BusinessObject( with RegBusinessObject()) doesn't work in Hierarachical Data Band.
Is it another limitation of RegBusinessObject?

Code: Select all

public class Employee
	{
				private string employeeName;
		public string EmployeeName
		{
			get
			{
				return employeeName;
			}
			set
			{
				employeeName = value;
			}
		}

        private string reportTo;
        public string ReportTo
        {
            get
            {
                return reportTo;
            }
            set
            {
                reportTo = value;
            }
        }
}
Thanks
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

BusinessObject doesn't work in Hierarachical Data Band

Post by Alex K. »

Hello,

Unfortunately, but currently Hierarachical Data Band does not support business objects. We will try to solve this in the nearest future. Also in the latest prerelease build filtering and sorting for business objects was added.

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

BusinessObject doesn't work in Hierarachical Data Band

Post by jkoo »

That's another good news.
Anyway I tried 2011.09.01 build but filtering and sorting doesn't work yet.
Thanks for your efforts.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

BusinessObject doesn't work in Hierarachical Data Band

Post by Alex K. »

Hello,

The feature will be available in the release 2011.2 this week.

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

BusinessObject doesn't work in Hierarachical Data Band

Post by jkoo »

Hi Aleksey,

I just tried 2011.2 release but I don't think filtering and sorting work with BusinessObject.
Can you confirm it?

Thanks

HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

BusinessObject doesn't work in Hierarachical Data Band

Post by HighAley »

Hello.

Business objects are very specific and we need time and additional work on filtering. We will inform you in this topic when this feature is available.

Thank you.
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

BusinessObject doesn't work in Hierarachical Data Band

Post by Jan »

Hello,

Please check prerelease build from this week. HierarchicalBand now can work business objects.

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

BusinessObject doesn't work in Hierarachical Data Band

Post by jkoo »

I tried 2011.10.06 build.
I think HierarchicalBand works fine with business objects.

But filtering and sorting with Business Objects still have some issues.
1. when filter or sort is set, Data Source of data band is being reset, that is,Business Object is being [Not Assigned],
So whenever making change on filter or sort, I have to set Business Object again on DataBata
Refer to the attached #1.

2. Sort by EmployName works fine. but Sort By Department.DepartmentName doesn't work.
Refer to the attached #2.

3. Filtering doesn't work at all. It throws a compile error.
Refer to the attached #3

Thanks



Thanks for the fix.
Attachments
1365.Filtering2.png
1365.Filtering2.png (127.97 KiB) Viewed 3001 times
1363.Sorting1.png
1363.Sorting1.png (138.18 KiB) Viewed 3001 times
1362.Filtering.png
1362.Filtering.png (128.2 KiB) Viewed 3001 times
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

BusinessObject doesn't work in Hierarachical Data Band

Post by Vladimir »

Hello,

Thank you for sending us a bug report, we need some time to test the business objects.

Thank you.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

BusinessObject doesn't work in Hierarachical Data Band

Post by Vladimir »

Hello,

We have made improvements in Designer.Web, the update will be available in the next prerelease build on October, 20.

Thank you.
Post Reply