CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2011
    Posts
    1

    convert/migrate ssrs reports to Crystal reports

    I have quite intresting task in my hand, where i need to provide input to migrate SSRS 2005 report to Crystal Report.
    As of not i have understood the mapping of Crystal report to SSRS

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    | Crystal Report Sections | SSRS Sections |
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    | Connection, data source, and parameters | DataSet |
    | Report header and report footer | Page header and page footer |
    | Page header and page footer | Page header and page footer |
    | Row-level data, groupings, and subtotals | Table control |
    | Formulas and custom functions | Expressions, inline code, and custom DLLs |
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    I require input for convert SSRS to Crystal Report.

    Thanking you in advance.
    Raghu Raghavan

  2. #2
    Join Date
    Mar 2015
    Posts
    1

    Re: convert/migrate ssrs reports to Crystal reports


Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured