i am using the express version of report sharpshooter. i can create simple reports with no parent/child relations by just dropping a BBS onto the form and setting it up. Tho i dont see a possibility to set up a parent-child relationship between two bbs objects in a way that report sharpshooter understands.
any ideas ?
thanks.
As I tell my kids when they are running towards the street, "Errrck...Stop!"
Creating the BOs that you use within your application is the first step. But we recommend and have created a tool for reporting BOs. You will want to create a Custom Business Binding Source (it is a template when you add a new item). You will then want to select the BO you want to inherit from and create a BBS as well. Be sure to change the namespace to match the report you are writing so that you do not have any ambiguous names.
Then you will use the CustomBBS classes that you created here within your report. The StrataFlix sample shows this as well as the docs. Look up the Custom BBS in the docs for more information as well.