I am using a VB.NET 2013 form that has a Chart for my sales. I want to send this Graph to appear inside a Crystal Report XI Release 2 file as a report without redesign this chart in the crystal report.
How can I do that?
I think you are telling that any third party chart will send into crystal report?
If yes, then that is not possible. You have to redesign chart in crystal report as any third party things is not part of crystal report and report does not understand that.
Report have its own logic to show data even for chart/graph.
Related
I'm using crystal reports for SAP BUSINESS ONE and I want to hide hyperlinks subreports from main reports just when I print it.The hyper link to hide
Thank you!
I am using Crystal report to display my reports. I have one report which is containing sub report also. Now I want to show only sub report and hide main report in some situation. Can it be possible that hide main report and display sub report only.
Can anyone have an idea how to do this?
leave the section where sub report is placed and for rest all sections apply supress property.... you can directly use supress or you can also conditionally supress by writing a formula by going to section expert.
I am doing a project using vb.net and sql server. I want to know how to create crystal report dynamically,i.e, when the user press the "Create report" button a form has to display where he can drag and drop the fields whichever he wants to display and save the report for future use
is not clear, you want a crystal report designer like the one in visual studio?
if so, you can check http://www.brothersoft.com/crystal-reports-download-79905.html
if not explain better.
Real simple question that I can't seem to find an answer to guys. How to I change the labels associated with charts in the version of crystal for Visual Studio 2010? Or can I?
I always end up with the labels showing the field name from my data source or like #sum..
So my question is how do change these in the version of crystal I am using? Or am I going to have to wing it and color fill some boxes and use text objects?
VS2010 version :10.0.40219.1 SP1Rel
Crystal:13.0.5.891
In Crystal Reports, run the report. In preview mode, do a right click on the
chart itself, and then go to "Chart analyzer". This will take you into a
designer mode of the chart. By selecting the axis title, you can open it up
and modify the content.
I haven't done this in the .NET environment, but everything else I've done
in the .NET Crystal Reports Designer has been the same.
Or, a bit of a hack, but you could alter the data source view/proc presumably to give alias's to your variables & fields?
I admit, not the ideal answer but it should work.
I want to get a value from crystal report on double click on any column value in crystal.and then open a sub report based on this clicked value.. I am using Visual Studio2005 crystal report.. Is this possible with this version.
Please help if having any idea about this. I have tried a lot of things. But not getting any fruitful solution.
Thanks
It is possible. You shall have to set the sub-report as an on-demand report.