How to relate business objects to each other?
Posted: Sat Nov 13, 2010 12:08 pm
Hello,
I am trying to relate business objects to each other using StiReport.SL, But I can't.
Using data sets in the previous version of Stimulsoft ( not silverlight), I was able to read dataset then using Report.RegData(dataset) and this will register dataset to my report and in the same time create relations. However, Using Silverlight, DataSet is not supported. So lets suppose i have generic objects, Is there a way to create business objects dynamically without create hard code class for each business object.
I mean, Dataset know how to relate objects together, so if i load any dataset, it will be added to report.Dictionary with all relations. ( as in StiReport). However, is that possible using StiReport.SL and business objects.
Regards,
Jalal
I am trying to relate business objects to each other using StiReport.SL, But I can't.
Using data sets in the previous version of Stimulsoft ( not silverlight), I was able to read dataset then using Report.RegData(dataset) and this will register dataset to my report and in the same time create relations. However, Using Silverlight, DataSet is not supported. So lets suppose i have generic objects, Is there a way to create business objects dynamically without create hard code class for each business object.
I mean, Dataset know how to relate objects together, so if i load any dataset, it will be added to report.Dictionary with all relations. ( as in StiReport). However, is that possible using StiReport.SL and business objects.
Regards,
Jalal