|
I have always used crystal reports for my reporting needs, it's quick and simple so I never thought I would need your reporting tool.
But a few days ago, I tried to create a purchase order in CR, and was hitting walls because I needed to access non-normalized data in a legacy database with a lot of business rules that had to be observed and CR could do some of the work, via subreports and shared variables between the reports but it was going to be very difficult to maintain and support this report in the future.
However when I cracked open Telerik Reporting, and was able to use multiple datasources within my report, and alter the values at runtime (item_databound_events), the value of your reporting tool just shot up to the top of my list.
I can do so many more things with your tool than I could ever do with CR when it comes to multiple datasources and accessing muliple platform databases.
Thanks,
Tim
p.s. Crosstabs would be nice :-)
report1.ReportParameters[0].Value = iCustomerID;
report1.Report = report1;
Please advise.
| Server Error in '/ReportEngine' Application. |
| -------------------------------------------------------------------------------- |
| 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: The 'system.webServer' start tag on line 21 does not match the end tag of 'system.web'. Line 65, position 5. |
| Source Error: |
| Line 63: |
| Line 64: |
| Line 65: </system.web> |
| Line 66: </configuration> |
| Source File: C:\inetpub\wwwroot\web.config Line: 65 |
| -------------------------------------------------------------------------------- |
| Version Information: Microsoft .NET Framework Version:2.0.50727.1434; ASP.NET Version:2.0.50727.1434 |
<
telerik:ReportViewer ID="ReportViewer1" runat="server" />
from the page and everything works fine I know this is not me as even if i do it manually following the getting started guide everything works fine creating the report class file etc. works like a charm and even in winForms it works but the second i drop and/or add the tag to the page BOOOM! and yes
<%
@ Register assembly="Telerik.ReportViewer.WebForms, Version=2.5.8.519, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" namespace="Telerik.ReportViewer.WebForms" tagprefix="telerik" %>
is registered and dll files are where they should be
Any Ideas, I am about ready to just go back to reporting services and crystal as this is driving me up a wall.
And before you ask I have tried this with and without ajax, on 2.0, 3.0 and 3.5 and no matter what i do it just bombs out