Dear Community,
We are currently strugling with some issues related to the Master-Details reports when using DataSets as data source. We have so far tried to follow and convert the Telerik examble http://www.telerik.com/help/reporting/designingreportsmasterdetail.html to fit our needs, however we seem to have run in to some problems along the way. To keep our problem simple, we have created a simple forms application containing a report viewer and some sample data to feed into the reports.
Our first problem is mainly getting the DataSet data to work with the detail page. So far, we have all our data in the load method of the form:
private void Form1_Load(object sender, EventArgs e)
We are currently strugling with some issues related to the Master-Details reports when using DataSets as data source. We have so far tried to follow and convert the Telerik examble http://www.telerik.com/help/reporting/designingreportsmasterdetail.html to fit our needs, however we seem to have run in to some problems along the way. To keep our problem simple, we have created a simple forms application containing a report viewer and some sample data to feed into the reports.
Our first problem is mainly getting the DataSet data to work with the detail page. So far, we have all our data in the load method of the form:
private void Form1_Load(object sender, EventArgs e)
{ ... }
We then create a new object of the MasterReport and bind the dataset to the report. This works, however we still lack to fill data onto th detail report, any idea on how to complete this sort of task?
Our second problem is getting the filtering to work properly. I have followed the guide from Telerik step-by-step, however the result is either no output, or output without filtering.
If someone have experience with using these kinds of reports based on e.g. a dataset (or basicly anything else besides the Telerik Report Wizard), it would be great with some assistance - code examples are much appreciated.
Kind regards,
S. Engel