| Configuration Error |
| Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. |
| Parser Error Message: Could not load file or assembly 'Telerik.Reporting, Version=3.2.9.1211, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' or one of its dependencies. The system cannot find the file specified. |
| Source Error: |
| Line 61: <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> |
| Line 62: <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> |
| Line 63: <add assembly="Telerik.Reporting, Version=3.2.9.1211, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"/> |
| Line 64: <add assembly="Telerik.ReportViewer.WebForms, Version=3.2.9.1211, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/></assemblies> |
| Line 65: </compilation> |
I'm using tables in my report to make it easy for me to increase the height of sections programmatically. Now I need to add a field from the reports data source in the detail section to a table in the detail section. When I drag the field from the details section to the Table it uses the Tables data source which I don't have set so nothing is displayed. Is there a way to reference the reports fields within the table? If not I can control the flow of the individual controls.
In the detail section ItemDataBinding event, I set one of those two controls to visible= true depending of a value in the data row.
This used to works fine in Q1 2009 but since I have upgraded the report to Q2 2009, when I set the CrossTable visible to true, the CrossTable does not appears anymore.
I have tried with Q3 2009 and it still does not work like it used to be.
Thanks
Frédéric