Design Crystal Report in VS2012

Hello Everybody..!!!
I need your help.. i want to provide resume printing facility in my web application using crystal report..
so how can i design crystal report in resume format???
I saw many example but it only shows output in table format but i want to print resume.. wait for your suggestions..
Thanks in advance.. !!!

Designing a crytal report in your case is a quite easy, since no complex functionality exist, it's just and a drag and drop + styling work. To  start (I'm supposing that you already have Crystal Report engine installed) check this beginnger tutorial
to add the data source:
http://www.crystalreportsbook.com/Crystal_Reports_Net_Ch01_1.asp
The second thing is to understand the section of Crystal Report (Header, footer...) in order to know which sections you need and where to put every resume content, I'm seeing that most of the content will fall into Details section, but that is for you to
decide. Here is a reference for this task:
http://msdn.microsoft.com/en-us/library/ms314197(v=vs.71).aspx
the final step is the format and it will be quite similar to what you've seen in office applications, and here a basic format tutorial also:
http://oakdome.com/programming/CR_BasicReportFormatting.php
Hope this help.
Fouad Roumieh

Similar Messages

  • How to design crystal report multi column

    how to design crystal report multi column
    for example
    id              1001             id                 1002     
            id            1003
    name        dinesh          name            dk                 name       
    dkn
    address   kota             address       jaipur             address     delhi
    pin          3260356        pin              546332            pin       
    675942
    id              1004             id                 1005       
               id            1006
    name        dinesh1       name            dk1                     name       
    dkn
    address   kota1           address       jaipur1                 address     delhi
    pin          32606           pin                546345                pin       
    675942
    and so on....................

    DN
    I am afraid you have come to the wrong place.  MS does not support Crystal reports except for
    "Microsoft supports setup and installation for the Crystal Reports products shipped with the Professional and Enterprise Editions of Microsoft Visual Basic for Windows versions 3.0, 4.0, 5.0 and 6.0."
    For other support you need to contact
    For other Crystal Reports support, please do not contact Microsoft. Please contact Crystal Decisions (formerly Seagate Software), which now owns and supports Crystal Report Writer.
    http://support.microsoft.com/kb/100368
    Wanikiya and Dyami--Team Zigzag

  • How to design crystal report with web service data source?

    I want to design and run a Crystal Report 2008 against my ADO.NET DataSet from web service method.
    I choose New Report, for Data I choose XML, then "Use Web Data Source" hit next, then choose "HTTP WSDL URL" I enter http://localhost/RDWS/Service.asmx?wsdl, hit Next, I leave HTTP username and HTTP password blank. Then I see the Services, Ports and Methods screen. Services: Service, Ports: ServiceSoap, Methods: CustomerOrdersDataSet
    When I click Finish, I get Logon Failed, Details, Schema file is invalid. error:Element Schema@htttp://www.w3.or/2001XMLSchemal not found.
    How can I get this to work?

    The native XML driver is incompatible with ADO.NET DataSet XML.  The specific issue is that the driver cannot handle the recursive definition on "Schema" that the .NET DataSet XML uses.
    The workaround is to create a .NET class that Web References, invoke the Web Service method for the DataSet, then returns it. 
    Use the ADO.NET (XML) driver in Crystal Report to consume the .NET data source.
    Note - when you deploy your report, ensure you deploy the DLL for the .NET class you've created.
    Sincerely,
    Ted Ueda

  • Need some help & suggestions in designing Crystal Report

    I need to arrange my data in the following manner:
    I need to group my data by a field and need to show multiple information for that record at the same row level and then include some crosstab information. I realized that I cannot have multiple information at the same row level for a group.
    As an example, please consider that the group field is Name and A and B are two records returned based on the grouping field. I also need to show 'Description' and a color coded box for that record.
    And then I need to show the cross tab data for that group.
    I need a table something like what is shown below:
                                                              X  Y  Z
    A.Name A.Desc A.ColorCodeBox    Var1    0  1  2
                                                      Var2    2  3  4
                                                      Var3    2  4  4
    B.Name B.Desc B.ColorCodeBox     Var1    0  1  2
                                                      Var2    2  3  4
                                                      Var3    2  4  4
    Where the numbers are some values and X,Y,Z are the column headings and the numbers are some values.
    Could you please provide some suggestions as to how this can be achieved? I am using the default Crystal Reports that ships with Visual Studio 2008 Prof. But if there is some other feature available with any other version, we can consider switching to it.
    Thanks in advance.

    Here is how my table is laid out.
    col-1    col-2     col-3              col-4  col-5  col-6
    field-a   field-b   field-c        r1 11111  22222  33333
                                       r2 44444  55555  66666
                                       r3 77777  88888  99999
    As you had mentioned, I am creating two group headers in my group section where the first group header contains the following and overlays the second group header.
    col-1    col-2     col-3    
    field-a   field-b   field-c                                                                        
    And the second group header contains  the cross tab information.
              col-4  col-5  col-6
        r1 11111  22222  33333
        r2 44444  55555  66666
        r3 77777  88888  99999
    And I suppressed the column headings (col-X)  from both the groups using the formula that you mentioned. But here is how my table is being laid out
    col-1    col-2     col-3              col-1  col-2  col-3
    field-a   field-b   field-c        r1 11111  22222  33333
                                       r2 44444  55555  66666
                                       r3 77777  88888  99999
                                                                               <- blank line
    field-a   field-b   field-c        r1 11111  22222  33333
                                       r2 44444  55555  66666
                                       r3 77777  88888  99999
    I have already done a fit section and made sure there is no space. Also my crosstab table contains string fields and I am suppressing the row and column totals in the crosstab as I do not need them.
    Do let me know if you have any ideas on this.

  • How to design crystal report like bellow..

    patient Name:-Basuraj Kumbhar
    1) Tablet   ABCD    10
                   At night 1 tablet.
                   Morning 1 tablet.
    2) Capsule  XYAZ  100
                   At night 2 tablet.
                   Morning 2 tablet.
    3) Syrup  JKLM   100ml
                   At night 2 spoon.
    here Tablet,Capsule,Syrup are type of medicine, ABCD,XYAZ,JKLM are name of medicine and 10,100,100ml are medicine quantity.
    I want to create report like this.
    How can create the like this.
    Thanks in advance....

    Hi Basuraj,
    Create report using below groups :
    First group on PatientName
    Second Group on MedicineType
    Now place MedicineName & TotalQuantity on second group header
    Place MedicineTime & TabletEatingQuantity on Detail section and suppress rest of the sections.
    Try to move your field positions to get better formatting.
    -Sastry

  • A Problem about Legend in Designing Crystal Reports Chart

    Hi, everyone, I'm here again.
    I'm designing a chart in CR designer. As is shown below.
    When I print the chart with color, it is perfect.
    But when I print with only black and white, it is hardly to recognize which is C1, which is C2, which is C3..........
    So I want the legend show different shapes, for example, C1 --  round, C2 -- rectangle, C3 -- star.........
    like the below picture.
    Legend I want
    So, how can I do to accomplish it.
    Thanks.

    Hi Sastry,
    First I don't fully understand the "marker" you mentioned == legend I said?
    I mean this 
    If they are the same,
    I tried your method but It seems work not well.
    In the design mode, I can only select the whole chart, as is shown below.
    then I can only do a little with the marker, set the marker location and color.
    But I can't change the shapes.
    So is there something wrong?

  • Crystal report viewer 13 are displaying blank page after deploying in web server

    Dear friends, i have designed crystal report (in VS2012 &  CRRuntime_32bit_13_0_8 installed in web server) it's working fine in machine VS2012, but when deploying in web server (Windows Server 2008 R2 64bit) it's getting blank page.
    I have read the http://adilmca.wordpress.com/2013/04/08/visual-studio-2012-crystal-report-not-working-on-windows-server-2012-0x800a1391-javascript-runtime-error-bobj-is-undefined/. But this is not working for me.
    I have copy the entire Crystal Report Support folder : C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319\crystalreportviewers13
    Please suggest me some solutions to resolve this issues...
    Regards, Stefano S.

    There is something "deeper" happening here (unless you're using dome old version of IIS (v. 6, etc.))... I think logging the app will help. I'd use Process Monitor first - see if you get any "Access Denied" messages. An http sniffing utility like Fiddler may also provide useful info.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • CRDB_JavaServer.ini file is missing in linux (for Crystal reports designer in Rational Application developer)

    <p>Hi </p><p>I am trying to design crystal reports in rational application developer on linux.  <br /></p><p>But I cannt find CRDB_JavaServer.ini  on linux. This file is present in Windows </p><p>in c:\program files\crystal decisions\2.5\bin path.But I cannt seem to find this file in linux.</p><p>I am running RAD 6011 ifix001,ifix002 and can see the Crystal Reports JSP Tags drawer in JSP design view.</p><p>But I cannot find "Crystal report" as one of the file types , when i right click on WebProject\WebContent folder</p><p>to create a new Crystal Report in my Web project. </p><p> </p><p>Any help would be much apprecated. </p><p>robin. </p>

    <p>I don&#39;t know much about this and I&#39;m assuming you already did a find or locate command.</p><p>Did you find a CRConfig.xml.  This file had replaced the old CRDB_JavaServer.ini in newer versions.  I&#39;m not sure which one IBM was using for this build.  If you have a support contract with IBM I would suggest talking to them as they handle first line support for this.  It could be that they forgot to include the file by mistake. </p><p>Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/blog/10</a></p>

  • Crystal Report Addon Error

    Hi All,
    I have successfully installed Crystal Report Addon Version 2.0.0.7 on B1 (Patch 0) . I have already installed Dot Net framework 3.5 on my machine and I use to design Crystal Reports in VS.Net 2005 Crystal Reporting tool .
    The proble is that everything works fine but as I click on the button 'preview and print ' it flashes an error "Could not load file or assembly CrystalDecisions.Windows.Reports Version 12.0.2008......"
    Iam not able to understand exactly what is lacking ? Do I require to install Crystal Report 2008 also . I do only have Crystal Report 10 (shipped with VS .NET 2005)
    If yes then please help me how to proceed to crack this problem...
    Thanks in advance.

    Hi Pooja,
    Yes, you need to install  Crystal Reports 2008 Runtime. Alternatively you can install Crystal Reports 2008 or Crystal Reports 2008 for B1.
    Regards,
    Vítor Vieira

  • Crystal Report 10 and Visual Basic 6 - logon failed in crystal report viewe

    Guyz,.
    Report viewer is showing logon failed, pelase help me, i can able to view the data from rs1(recorset).
    please hellp me to fix this issue, i need to pass the sql query to my pre designed Crystal report which has all the field as same as SQL query.
    Please suggest me if any other alternate way to do this , my code is below.
    Environment : Crystal Report 10, Visual Basic 6
    cr_preview -> CrystalActiveXReportViewer
    RepName  -> Fiename and path of the Crystal report is designed from Crystal Report Designer.
    Function show_rep(Sql As String, RepName As String)
    Dim crystal As CRAXDRT.Application
    Dim report As New CRAXDRT.report
    Dim rs1 As New ADODB.Recordset
        If rs1.State Then rs1.Close
        rs1.Open Sql, cn, adOpenStatic, adLockReadOnly
        Set crystal = New CRAXDRT.Application
        Set report = crystal.OpenReport(RepName)
        report.DiscardSavedData
        report.Database.SetDataSource rs1
        'cr_preview.Refresh
        cr_preview.ReportSource = report
        cr_preview.Visible = True
        cr_preview.ViewReport
        Do While cr_preview.IsBusy
            DoEvents
        Loop
        cr_preview.Zoom 100
        If rs1.State Then rs1.Close
        Set rs1 = Nothing
    Set crystal = Nothing
    Set report = Nothing
    End Function

    Hi,
    Please refer to the link for the list of example, [click here|http://pscode.com/vb/scripts/BrowseCategoryOrSearchResults.asp?optSort=Alphabetical&lngWId=1&B1=QuickSearch&txtCriteria=crystalreport+10&blnWorldDropDownUsed=TRUE&txtMaxNumberOfEntriesPerPage=10&blnResetAllVariables=TRUE]
    Regards,
    Clint

  • Print Draft Document using Crystal Report in SAP 8.8

    I created a Crystal Report Layout using SQL View as data source for AR Invoice which prints out fine. (everthing on 1 page)
    To print Draft Invoice, I copied the view to use ODRF/RDF1 instead of OINV/INV1, copied the Crystal report and updated the data source to the new view. When print Draft Invoice, it prints 3 pages - page 1 blank, page 2 just the "DRAFT" watermark, page 3 the crystal report without watermark.
    Steps to print Draft Invoice: Sales-A/R > Sales Report > Document Drafts Report > Open selected Draft Invoice document > File > Select Layout and Print...
    What is happening behind the scene when printing Draft documents? What is the correct way to print Drafts (e.g. special settings designing Crystal Reports)?
    Thanks,
    Grace

    Thank you for your reply. It works in this specific report.
    But we have both PLD and Crystal Report in the system, changing the settings means the PLD will lose their watermark...
    Also, I don't know how the Draft is displayed, but when select Print Preview for Draft, it's asking for parameter (DocEntry), which I have setup a DocKey@ in Crystal Report and set it in the Selection Manager. Does SAP provide DocEntry in Draft Invoice (ODRF) the same way as in Invoice (OINV)?
    Thanks,
    Grace

  • Crystal report viewer are displaying blank page after deploying in web server

    Dear friends,
                       i have designed crystal report (in VS2010 &  CRRuntime_64bit_13_0_6 installed in web server) it's working fine in local machine even web server also but in http://localhost, if i change from localhost to my domain name or local IP address(like http://192.168.1.71) then it's getting blank page.
    but same report if i open in pdf format it's working fine.
    I have tried the following one. But this is not working for me.
    Copy the entire Crystal Report Support folder
    C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319\crystalreportviewers13
    in web.config, the below code also added.
    <sectionGroup name="businessObjects">
          <sectionGroup name="crystalReports">
            <section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler" />
          </sectionGroup>
        </sectionGroup>
    <crystalReportViewer>
    <add key="resourceURI" value="~/crystalreportviewers13"/>
    </crystalReportViewer>
    please suggest me some solutions to resolve this issues...
    Regards,
    Manikandan.V

    Have a look at this blog for how to configure the viewer:
    Visual Studio 2012 Crystal Report not working on Windows Server 2012/ 0x800a1391 &amp;#8211; JavaScript runtime error: &…
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Crystal Report on ECC data

    Hi All,
    My client has typical requirement where they want free form text from Portofolio Item to be printable or exportable documents.For which I think only option is to design Crystal Report on SAP PPM Portfolio Item Notes(Portfolio Item Details>Overview tab> Project Summary--> columns Project Purpose, Rationale etc). These are free form text and user can enter unlimited characters . Now my user want data from these fields in form of documents either they print or export to Word or PPT.
    Please suggest me whether Crystal is right tool or any other document management tools we can use.
    We are on BI 4.0; SAP BW 7.30 and ECC 6.0.
    Appreciated your help and guarantee of points for helpful answers.
    Regards,
    Reddy

    Hi Ingo,
    Its nice to see you and thanks for response. I am sorry as I was traveling couldn't reply. My requirement is to display ECC data(I am using FM) in BO report and I read that there is concept called Business View Manager. So can you please suggest me whether to use BVM to improve Crystal Report performance or not required.
    And also if report consists of more number of columns(200+), whats the best way to design Crystal Report? I mean if we have all fields in one row than it is hard to read especially if there are long descriptive fields. In that case Subreports, Hyperlinks etc or some other way to make it user friendly and readable format.
    Please let me know if you need additional info and greatly appreciate your help. Only question is if we have more number of columns and rows whats the SAP best practice for designing/formatting Crystal Report.
    Thanks and Regards
    Reddy

  • Crystal report parameter usage

    Hi all,
    I am facing a issue in designing crystal report. I want to display records in report as per user entered value of date parameter but  in database if data is not present for given input date value then the report should run for value which is one older than given input date value which is present in database (In short, report run for near by older value than input date value if record is not present for entered input value)  .
    How to do it in crystal report.
    Please help.
    Any comment is valuable.
    Thanks

    You can try this - In your sql query select data for both the dates - input date and next higher date (something like where sale_date = {input date} or saledate ={input date}+1)
    In Crystal do a record select filter to display the data for input date
    For eg:
    if sale_date ={input date} then
        if count(sale_id) is not null then 'sale amount'
    else ' '.
    Basically use the idea not sure about how to put it in syntax without looking at other report elements....Hope it helps

  • Using visual studio entity frameworks in crystal reports

    Can visual studio entity frameworks be used in designing crystal reports?

    Can visual studio entity frameworks be used in designing crystal reports?

Maybe you are looking for

  • How can You create a rescue email if you already have an Apple ID/account?

    I didn't think about it, thought I didn't need it, but now I know. I forgot my security answers, and I keep getting locked. I need a way to create a rescue account if I already have an Apple ID/account. I won't click on any links unless it directs me

  • Photos lose focus in Encore

    I have made several attempts at creating a slideshow and each time the photos lose their edge and appear out of focus when played. All photos were processed in Photoshop CS2 and imported into Encore through Adobe bridge. I have tried both JPG and PSD

  • TransactionContext not foundin class.Extending the controller

    Hi All, I am extending the LocationLovCO controller. I want to utilize the SSHRParams of LocationLovCO in my CO i.e. xxxLocationLovCO (basically to get assignment_id,effective_date, bgid). I have imported all the packages. When I tried to compile my

  • HT5887 Why doesn't AirDrop work between iOS and OSX?

    Apple has almost always never fail to seamlessly integrate its devices, until now? I understand that there is iCloud for content sharing between devices. However, AirDrop was introduced as a simpler way for users to not only share contents between th

  • Select Expert on Formula Fields

    <p>Hello guys I have a Formula</p><p>if <a href="mailto:{@TrueAndFalse}<>{#RTotal0">{@TrueAndFalse}<>{#RTotal0</a>} then "Caution !"<br />    else "Is OK"</p><p>I need to created Select Expert and show only the "Caution !" </p><p>so I dont want to sh