Im getting error as below. Im fairly new to .NET and Crystal Web Development and hope to get some help with my query.
Server Error in '/' Application.
Parser Error
Description:
An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The 'DisplayGroupTree' property cannot be set declaratively.
I have recently upgraded .NET solution to Visual Studio 2008 with SQL Server 2008 R2. I have also installed SAP crystal reports for visual studio 2010.
None
0 Points
2 Posts
DisplayGroupTree
Jun 27, 2012 01:35 AM|Vinxz|LINK
Hi
Im getting error as below. Im fairly new to .NET and Crystal Web Development and hope to get some help with my query.
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The 'DisplayGroupTree' property cannot be set declaratively.
Source Error:
Line 25: </TABLE> Line 26: <form id="Form1" method="post" runat="server"> Line 27: <CR:CRYSTALREPORTVIEWER id="CrystalReportViewer1" style="Z-INDEX: 101; LEFT: 137px; POSITION: absolute; TOP: 122px" runat="server" DisplayGroupTree="False" PageZoomFactor="80" Height="50px" Width="350px" HasDrillUpButton="False" HasGotoPageButton="False" HasSearchButton="False" HasZoomFactorList="False" SeparatePages="False"></CR:CRYSTALREPORTVIEWER><asp:label id="lblError" style="Z-INDEX: 102; LEFT: 139px; POSITION: absolute; TOP: 58px" runat="server" Width="648px" CssClass="error"></asp:label><asp:textbox id="txtDate" style="Z-INDEX: 103; LEFT: 20px; POSITION: absolute; TOP: 212px" runat="server" Height="0px" Width="0px"></asp:textbox><asp:textbox id="txtEndDate" style="Z-INDEX: 104; LEFT: 21px; POSITION: absolute; TOP: 240px" runat="server" Height="0px" Width="0px"></asp:textbox><asp:label id="lblStartDate" style="Z-INDEX: 105; LEFT: 34px; POSITION: absolute; TOP: 211px" runat="server" Width="82px" Visible="False"> Date</asp:label><asp:label id="lblEndDate" style="Z-INDEX: 106; LEFT: 37px; POSITION: absolute; TOP: 241px" runat="server" Width="81px" Visible="False">End Date</asp:label><asp:label id="lblHiddenFields" style="Z-INDEX: 107; LEFT: 32px; POSITION: absolute; TOP: 183px" runat="server" Width="89px" Visible="False">Hidden Fields</asp:label><asp:button id="btnWord" CssClass="buttonfontmedium" style="Z-INDEX: 108; LEFT: 217px; POSITION: absolute; TOP: 89px" runat="server" Height="24" Width="182px" Text="Export to MS Word"></asp:button><INPUT class="buttonfontmedium" id="btnClose" style="Z-INDEX: 109; LEFT: 445px; WIDTH: 72px; POSITION: absolute; TOP: 89px; HEIGHT: 24px" onclick="javascript:window.close();" type="button" value="Close"> Line 28: <asp:textbox id="txtOutput" style="Z-INDEX: 110; LEFT: 20px; POSITION: absolute; TOP: 268px" runat="server" Height="0px" Width="0px"></asp:textbox><asp:label id="lblOutput" style="Z-INDEX: 111; LEFT: 38px; POSITION: absolute; TOP: 269px" runat="server" Visible="False">Output</asp:label><asp:textbox id="txtReportName" style="Z-INDEX: 112; LEFT: 19px; POSITION: absolute; TOP: 292px" runat="server" Height="0px" Width="0px"></asp:textbox><asp:label id="lblReportName" style="Z-INDEX: 113; LEFT: 40px; POSITION: absolute; TOP: 292px" runat="server" Visible="False">Report Name</asp:label> Line 29: <asp:TextBox runat="server" id="txtExport" Text="" style="DISPLAY:none" />
Source File: /CrystalReports.aspx Line: 27
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
Please, if someone can help me resolve this issue.
Much Appreciated.
None
0 Points
2 Posts
Re: DisplayGroupTree
Jun 27, 2012 01:37 AM|Vinxz|LINK
I have recently upgraded .NET solution to Visual Studio 2008 with SQL Server 2008 R2. I have also installed SAP crystal reports for visual studio 2010.
Thank you