Master-Detail Evaluation Question
Posted: Thu Sep 13, 2012 1:31 pm
Hi,
I am currently evaluating your Reports.Web product, with the intention to move away from one of your competitors in the market for the development of our new web based product.
It is a very powerful and feature packed product.
I have run into an issue with master-detail reporting, and I am not quite sure of the problem.
The Dataset generated contains two Datatables and a relation between them, this seems to be picked up in the Designer fine, and I create a Master band and a Detail band with no problem using the fields from the Dictionary, see the 'designer' attached file.
But when I generate the report preview, I receive the errors, shown in the 'preview' attached file.
I create the report design with the following code:
Dim report As Stimulsoft.Report.StiReport = New Stimulsoft.Report.StiReport
report.RegData(AnalyticsDataset)
report.Dictionary.Synchronize()
StiWebDesigner1.Design(report)
And I set the PreviewDataSet in the GetPreviewDatasetEvent.
This all works fine with a dataset with a single datatable, just not in my Master-Detail tests.
Can you please help?
Thanks
Dave
I am currently evaluating your Reports.Web product, with the intention to move away from one of your competitors in the market for the development of our new web based product.
It is a very powerful and feature packed product.
I have run into an issue with master-detail reporting, and I am not quite sure of the problem.
The Dataset generated contains two Datatables and a relation between them, this seems to be picked up in the Designer fine, and I create a Master band and a Detail band with no problem using the fields from the Dictionary, see the 'designer' attached file.
But when I generate the report preview, I receive the errors, shown in the 'preview' attached file.
I create the report design with the following code:
Dim report As Stimulsoft.Report.StiReport = New Stimulsoft.Report.StiReport
report.RegData(AnalyticsDataset)
report.Dictionary.Synchronize()
StiWebDesigner1.Design(report)
And I set the PreviewDataSet in the GetPreviewDatasetEvent.
This all works fine with a dataset with a single datatable, just not in my Master-Detail tests.
Can you please help?
Thanks
Dave