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
Hi all.
I have a problem with
Telerik Reporting and I need an advice.
I’m trying to do a
master/detail report with subreports, using LINQ and NeedDataSource event.
Now I have a report
and a subreport in it, and want to retrieve data in a master/detail order. I
tried to add a new subreport constructor with a parameter that is transmitted
to the Data source of the subreport, but it just retrieves the first registry
from the database and repeats it for each element in the main report. I tried
to add a new propriety and assign a value to it in the main report, but the
result was the same. I think that’s because NeedDataSource is fired once at the
subreport initiation.
Is there any solution the problem? How could such a master/detail report be build?
Thanks in advance.
Fachmann.