Business objects relations in StiReport.SL

Stimulsoft Reports.Silverlight discussion
Locked
Jalal
Posts: 66
Joined: Sat Oct 09, 2010 4:10 am
Location: Palestine

Business objects relations in StiReport.SL

Post by Jalal »

Hello,

I have a concern about how i can relate Hierarchical business objects in StiReport.SL.

Lets say i have Two business objects, Parent Class and Child Class. Parent has list of children. How i can Create a relation between ParentId and ChildId, so each parent show just his own children.

Regards,
Jalal
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Business objects relations in StiReport.SL

Post by Alex K. »

Hello,

Business Objects in the report dictionary are simply references on the data. Therefore, it is not possible to change the data structure and add new relations.
Also you can see the sample video on http://www.stimulsoft.com/livedemos/Rep ... etail.html

Thank you.
Scott St.Cyr
Posts: 3
Joined: Thu Dec 30, 2010 4:21 pm
Location: Baton Rouge

Business objects relations in StiReport.SL

Post by Scott St.Cyr »

I am also evaluating Stimulsoft to get away from Crystal.

In the SL version, are you saying hierarchical object structures are not permitted or only that they can't be defined ad-hoc. For instance, if I have these classes (in psuedo-code):

public class ParentClass : object
{
public string Name {get; set;}
public List Children {get; set;}
}

public class ChildClass : object
{
public string Name {get; set;}
}

Can I have a report that has a detail band for each parent and a sub-detail band for each child? If so, can you briefly explain how it is set-up (in code, the designer, etc.).

Thanks,
Scott

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

Business objects relations in StiReport.SL

Post by Ivan »

Hello,

Please check the "Business Objects -> Master-Detail-Subdetail" report sample from the Demo application from our standard delivery.

Thank you.
nitinsobti
Posts: 19
Joined: Wed Sep 19, 2012 3:07 pm

Re: Business objects relations in StiReport.SL

Post by nitinsobti »

How can this be accomplished using cross tab component?

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

Re: Business objects relations in StiReport.SL

Post by HighAley »

Hello.

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.
Locked