Crystal Reports 10.5.3700.0 NEW! Free 19
CLICK HERE ---> https://geags.com/2tr96m
Crystal Reports 10.5.3700.0 NEW! Free 19
The purpose is to document a couple of confusing aspects of crystal reports. The naming is horrible, so to be clear I am using Crystal Reports for Visual Studio 2008, which is version 10.5. That is not to be confused with Crystal Reports 2008 (which is version 12) or crystal reports XI or any of the other stupid naming.
We are currently using Crystal Report 8 with IIS6 for our web application, and we would like to upgrad our platform to windows 2008 64bit, sql server 2008 64bit & IIS 7.5. Our Classic ASP Application is working Fine. Now when we want to upgrade from crystal report 8 to Crystal Server 2011, Crystal Designer 2011. we have installed crystal reports server 2011 Evaluation version on our dev platform, from designer we where able to added rpt files to repositary.
We have recently migrated our solution to .net 2.0 and crystal reports 2008 on Windows7. Our is a winforms application developed in vb.net and we extensively use crystal reports in the application. When trying to view the a report it displays extrace between period . For example it displays as "book ." If i save the report as pdf I dont see this issue . I have tried adding the app.config file following one of the posts but not successful can some one please help me out on this
Learn how to create sub reports in crystal reportDescriptionFor an example I have collect employee details and store in the two different table. First table I store employee professional details and the other table I store the employee personal details. When customer take a print of particular employee detail that time we need to show both details (Professional and personal).In that situation Sub reports is one of the option to bind data in separate report sheet show it to customer. Table structure create table emp (eno int,empname varchar(50),sal decimal(15,2),desig varchar(40))create table empdet (eno int,add1 varchar(40),add2 varchar(40),city varchar(40),state varchar(40),country varchar(40))Default page : Client sideIn this page I am collection information about the employee like professional and personal details and store it in two different table.<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " -transitional.dtd"><html xmlns=" "><head runat="server"> <title>ASP.NET Cystal Report wih Subreport</title></head><body> <form id="form1" runat="server"> <div> <table cellpadding="0" cellpadding="0" align="center" width="600"> <tr> <td height="30" colspan="2"> <b>New Employee Registration</b> </td> </tr> <tr> <td height="40" colspan="2" align="center"> <asp:Label ID="Label1" runat="server"></asp:Label> </td> </tr> <tr> <td height="30"> Employee No </td> <td> <asp:TextBox ID="txteno" runat="server"></asp:TextBox> </td> </tr> <tr> <td height="30"> Employee Name </td> <td> <asp:TextBox ID="txtempname" runat="server"></asp:TextBox> </td> </tr> <tr> <td height="30"> Salary </td> <td> <asp:TextBox ID="txtsal" runat="server"></asp:TextBox> </td> </tr> <tr> <td height="30"> Designation </td> <td> <asp:TextBox ID="txtdesign" runat="server"></asp:TextBox> </td> </tr> <tr> <td height="30" colspan="2" align="left"> <b>Personal Details</b> </td> </tr> <tr> <td height="30"> Address1 </td> <td> <asp:TextBox ID="txtAdd1" runat="server"></asp:TextBox> </td> </tr> <tr> <td height="30"> Address2 </td> <td> <asp:TextBox ID="txtAdd2" runat="server"></asp:TextBox> </td> </tr> <tr> <td heig
- +