Crystal Report hide main report in vb.net - vb.net-2010

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.

Related

How to hide hyperlinks subreports from main reports in printing

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!

Pass Chart from VB.NET to Crystal Report

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.

Disable navigation on clicking Sub report from main Crystal Repert - VB.net

How to disable navigation to the sub-report when clicked on it? I have report with 1 sub-report that displays Company information and I need to disable it once it has been clicked by Customer.
it can be disable from crystal report viewer control.Use
CrystalReportViewer1.EnableDrillDown = False
this will work for crystal report 2008 or above.
Edits:
AS per comments by Question owner,in order to disable just navigation.there is no defined way.but it can be achieved by some other means.
"Create an empty text cell that is as wide as the report, and use it to "cover" the clickable fields to prevent drilldown.
Seriously, this is the only way we've found to do this. This is also documented on the BusObj support knowledge base (http://support.businessobjects.com/library/kbase/articles/c2013204.asp)"
for more information,Refer the link Disable Navigation

Display subreports in Pentaho report designer

I am having an issue getting my sub-report to show up in Pentaho Report Designer.
I have actually followed all steps described in a tutorial, but I still can't see my chart in the preview.
I don't know if I need to activate an option or not.
Check that you have you imported your fields (and perhaps parameters) from the main report into the subs. Often this would be the case a sub-report fails to show.

Crystal report clicking event

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.