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.
i now made a little test project, but i am still not quite pulling this off.
This is how my project looks:
i believe the RechnungenBO.cs code is pretty correct now, but i cannot select the Datasource in the ReportManager:
I have uploaded my source code here:
http://www.ready3.net/ReportSS.zip
You need to get an instance of your BBS onto your form. One way of doing it is to make your BBS show up in the toolbox and drop it on the form. For that, add the ToolboxItem attribute to your BBS code:
Then, rebuild your project, which will make your BBS appear in the toolbox. Drop it on your form and you will be able to choose it from the ReportManager Data Sources list: