Hello,
I am trying to create a report with 2 crosstabs. The report itself has 2 SqlDataSources, but is not binded to them. My goal was to bind the each crosstab to its own datasource. The SqlDataSources have the same set of parameters, but one returns counts, the other returns percentages.
The problem I am having is that when I add the second crosstab to the report, I get a runtime error in the viewer of 'Object not found.' I get the error regardless of wether or not the second crosstab is bound to a data source. In fact, I get the error even if I delete the SqlDataSources on the report.
is it possible to have more than one crosstab on a report?
-Ed
I am trying to create a report with 2 crosstabs. The report itself has 2 SqlDataSources, but is not binded to them. My goal was to bind the each crosstab to its own datasource. The SqlDataSources have the same set of parameters, but one returns counts, the other returns percentages.
The problem I am having is that when I add the second crosstab to the report, I get a runtime error in the viewer of 'Object not found.' I get the error regardless of wether or not the second crosstab is bound to a data source. In fact, I get the error even if I delete the SqlDataSources on the report.
is it possible to have more than one crosstab on a report?
-Ed