Link to home
Start Free TrialLog in
Avatar of Idarac
Idarac

asked on

C# report writer

What are my options for creating reports in C#? I am using VS 2013 ultimate.
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Avatar of Idarac
Idarac

ASKER

Using windows. So there is no report writing in VS? My preference would be Crystal Reports as some of the reports are created using CR.
CR used to be installed with Visual Studio but since it was bought by SAP, it is no more the case. CR still works with VS but it is not installed at the same time. Also, you have to wait 6-12 months to have the CR designer works into the VS IDE (still not working for VS 2013).
Avatar of Idarac

ASKER

Thanx Eric, would have been nice to know before we started down the road of 2013. What about version 2010, 2012? Do these versions support CR and how do I go about installing CR?
2010 and 2012 have versions working in the designer.

I have a client with reports built with CR. The reports are in a project which I open using VS2010 and the application itself is in VS2013. The viewer works correctly with the latest versions.

to download the free version check http://scn.sap.com/docs/DOC-35074
Avatar of Idarac

ASKER

We are not so far down the road that we could switch from 2013 to 2012 or 2010.  If we switch to 2010 or 2012 would the project convert to 2013 when the time comes? I am thinking of restarting our project in 2012 or 2010. Given the choice which one would you use? Keeping in mind I still need CR for report design?


So with your client you use 2010 to open and design the reports and the viewer in 2013 will open them?
No.

I have 2 distinct solutions:

I use VS2010 to edit a projects containing all my reports. This is only to use the CR editor.

My application is in VS2013. One of the form of this application has the CR report viewer to open the reports of the other solution and it is working correctly.
Avatar of Idarac

ASKER

Oh OK that's good to know.

I think I am going to restart in 2012 or 2010 because we haven't gone done the road that far with an eye on upgrading to 2013 in the future.

But if I can just ask then how does the licencing of CR work now. If I go with 2010 or 2012?
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Idarac

ASKER

Thank you very much