I have an Excel Sheet and I am trying to convert it into a Crystal Report. I am working on SAP Crystal Reports.
This is how my report should look like
I am totally new to Crystal Reports so I have following things to ask:
Can I develop this kind of report using SAP crystal Report?
Can anybody provide links to where I can start from scratch to advance level? I did some research myself, but almost all of the tutorials are mostly beginners level that takes you through developing your first report. Didn't come across something like this(of this format).
Any help will be greatly appreciated
Related
The firm is starting to code it's apps from Access to C#.
There are a lot of reports in Access that need to be migrated to Crystal reports.
Is there a way to somehow convert those access reports and use them in c# and crystal reports?
No, sorry. We are working with Crystal Reports and you can't migrate them. They are sometimes very complex.
I need to show an world map with area code in report of c# application. Searching through googling i got some idea to add map in crystal report EG:https://www.youtube.com/watch?v=jeryxAC9dFg
but in my crystal report report i did not get map expert option. how to add a map with area code in report ?
please any one know this ???
Thanks in advice
Your version of Crystal reports is not supported with Geographic maps (check picture).
For all things your version miss you can check this document.
Am new to crystal report and this stackoverflow. with the lot of hope am writing this to get help. It will be encouraging if you provide support.
I want to convert Power builder library(.pbl) files to crystal report files(.rpt) .
In that process, i need to integrate all the objects available/supported in crystal report .
Now am in the process of converting Crosstab objects.
So, How can i provide the necessary bound values (like rows,colums,summary) for crosstabobject to form crosstab in crystal report.
For this i need to mention all the specifications in my code(.cs) file . i need the code for "Crosstabobject" implementaion.
If anyone could help on this, I will be very thankful to you
Thanks in advance,
The RAS (report-application server) SDK offer the most functionality when it comes to modifying a RPT--much more than the Crystal Reports SDK. The in-process version of the SDK no supports doing the modification on the client.
It appears, however, that the SDK doesn't offer the functionality to create/modify a cross-tab object, only to delete it. Supporting documentation from the Java-edition of the RAS SDK.
** edit **
This appears to be the case in the .Net SDK as well. Here's a link to the Report Application Server .NET SDK in CHM format.
I am using .net with c#. If there is a requirement of giving facility of reporting. Report will be for chart. And report will be for information coming from datatable which will be created manually.
I tried with crystal report and it was done completely. But when user will download the full application, framework 2.0 will be installed and it is ok, but if we use crystal report then in the client machine whole crystal report will be installed in client machine what I don't want because it is with more size.So requirement for reporting is only for giving report for chart and for printing data for datatable.
Then what are other alternatives for crystal report which with my requirements can be satisfied and most important thing is size of that report facility should be as possible as small. Or if there is a reporting facility when we use it we have to just import the dll then that dlls should be of small size.So what are reporting tool which comes with as possible as small size ?
For WPF / Silverlight / Windows Phone 7 I highly recommend Visifire : http://www.visifire.com/
You can also view the source code :) I would hate distributing something I do not have the source code for in case I need it :)
Fast report is the answer. It can be easy to make report with fast report. We have to just register the datatable and we can make report. The link is fast-report.com.
I'm working with MySQL connector and C#. Everything was ok until I got to the reporting part. There is no standard way to retrieve the data from MySQL to CrystalReport. So I read in this page that what I have to do is a XML file of a View created in MySQL then retrieve the data for Crystal Report. I dunno if you have done it but I am having problems with this.
When I put the information in the details section or when I group the information, the information is repeated and its driving me crazy. Do you have any idea why?
P.D.
I can't put any code because all is done in the UI of crystal report.
I got it, I think it was the mess of working with a XML file and then calling that to the CrytalReport, solution here:
http://writer.zoho.com/public/13706/27397
Use the mysql odbc driver to make a new connection in the database expert inside Crystal Reports.