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.
Related
My Crystal report file contains data and one chart. When i am trying to export PDF from C# code, It does not export Chart. Showing Blank page for Chart.
I am using following code.
cryRpt.ExportToStream(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat);
It seems similar with "Exportable" property, that all objects contain in FastReport.Net. Is there the same property in Crystal may be?
C# Crystal Report problem and chart?
It might be worth checking some of the previous answers provided on this question, that sounds to be fairly similar to your issue.
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
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 creating an rdlc report in VS 2010 .
When I see my report in reportviewer it seems OK to me but when i export that report to PDF its format changes and reportviewer format do not match with PDF format....
I want to have same format in report
How can i resolve this problem....
This is a bit difficult to answer without knowing exactly what changes but I would assume this is down to page widths etc as thats one of the most common issues I've seen.
Your PDF is going to render the data in pages to fit on whatever the default is, probably A4 for uk or I believe Letter for USA, so the best way to get consistent results is to set the page size of your report to whatever size you are going to be printing it out on, and have fixed sizes, do not let things resize on their own.
If you want to update your answer with what is changing I can possibly help you more.
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.