Hi.
Is it possible to investigate why a report that looks okay in the viewer has peculiar behavior when exported to the various formats?
When exporting to pdf, it leaves a lot of blank pages.
When rendering to excel, I get this error message in the viewer:
Attempting to get range {1,64}{30,112},Merged=False,Parent=Tank3TestReport[0], that intersects with an already merged range.
When rendering to rtf, I get this error message in the viewer:
Invalid column index.
My situation is that I am creating a test report of where a surveyor is to inspect data on different tanks and to mark them checked and signed in the written report as he inspects them.
I have an objectdatasource with a "Tanks" collection exposed as a property. I have bound against the objectmodel (not its "Tanks" property) because I need some other information from the objectmodel for the report header. The result is that the report renders the detail section only once, but this details section contains a list that has its Datasource bound to the "Tanks" property.
Other questions: Should I be considering other options for implementing the report?
Should I use the Tanks property as the data source and then forward information to the report header through report parameters?
As the details of each tank spans about three pages, should I be using sub reports?
Is it possible to investigate why a report that looks okay in the viewer has peculiar behavior when exported to the various formats?
When exporting to pdf, it leaves a lot of blank pages.
When rendering to excel, I get this error message in the viewer:
Attempting to get range {1,64}{30,112},Merged=False,Parent=Tank3TestReport[0], that intersects with an already merged range.
When rendering to rtf, I get this error message in the viewer:
Invalid column index.
My situation is that I am creating a test report of where a surveyor is to inspect data on different tanks and to mark them checked and signed in the written report as he inspects them.
I have an objectdatasource with a "Tanks" collection exposed as a property. I have bound against the objectmodel (not its "Tanks" property) because I need some other information from the objectmodel for the report header. The result is that the report renders the detail section only once, but this details section contains a list that has its Datasource bound to the "Tanks" property.
Other questions: Should I be considering other options for implementing the report?
Should I use the Tanks property as the data source and then forward information to the report header through report parameters?
As the details of each tank spans about three pages, should I be using sub reports?