How to open subreport in new ie window using hyperlink button. I used target=new; in the formula field. But it overrides the main window and show the report?



How to open subreport in new ie window using hyperlink button. I used target=new; in the formula fie..

Answer / Amit Nagar

To open a subreport in a new Internet Explorer (IE) window using a hyperlink button, you can follow these steps:n
1. Place a Hyperlink Field or Hyperlink Button on your Main Report.
2. Set the URL formula for the hyperlink to point to the subreport's file location, with 'Target=new' appended at the end of the URL.
3. Save and run the report.nnFor example: If your subreport is saved as 'SubReport.rpt' in the same folder as your Main Report, set the URL formula to:nn"http://yourwebsite/reports/SubReport.rpt?Target=new"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Crystal Reports Interview Questions

hi.. i've one crystal report. i want the report header as "employee database". i dont want to right click->insert and goto text object and insert. i've one aspx page and aspx.cs page also. now i want the "employee database" header to be printed from .cs file. i dont want to pass by parameter also.. i.e is there any option in .cs file something like ReportDocument myreport = new ReportDocument(); myreport.Load(MapPath("~/" + "emp.rpt")); myReport.Reportheader="Employee database"; i hope u have understood this. only thing is from .cs file i want to print the header as employee database. i dont want by passing parameter also... please help....

1 Answers  


How can i normalize a Crystal Report..??

0 Answers   HCL,


Why do we use crystal reports when we have reporting tools in bo itself?

1 Answers   Tech Mahindra,


Can we use our own SQL for creating a report?

5 Answers  


One more interview question If I have the data where some columns have multiple values in a given row of data returned from the database. The stored procedure returns data as it is that is blanks values and non blank values. However, I need to suppress the blank values not by showing 0 values but by shifting the cells up. Is there a way using a formula to shift the blank cell one row up based on a selection critieria? In the example below, I want to get rid of the blank values under Exposure column without replacing with 0. example: Company Margin Exposure AB 500 3 10 7 8 ABC 200 4 2 5 10 Thanks Anita

5 Answers   Barclays,


how should i highlight a particular column in a report in actuate e designer report? It should be done dynamically while creating report Thanks in advance!!!!!!!!!!

0 Answers  


How to access crystal reports in .net?

1 Answers  


Where is the image located, after youve placed it on the report?

1 Answers  


how can we convert crystal dictionary dc5 file to another datasource format like mdb or xml schema

1 Answers   CSC,


Does Crystal Report support all the functions that we have in Oracle?

2 Answers   MPS Techologies, Target,


Explain basic steps required to display a simple report in crystal?

1 Answers  


reporter footer contents are move depend the page footer values...........

2 Answers  


Categories