what is the "refresh" button suppose to do on the crystal
report viewer?

Answers were Sorted based on User's Feedback



what is the "refresh" button suppose to do on the crystal report viewer?..

Answer / hema

1.When you use ?refresh? button in crystal report viewer ,
it refreshes the report data.
2.When you refresh data from the Preview tab, the Refresh
Report Data dialog box appears.
Select the "Use current parameter values" option to use the
current parameter value.
Select the "Prompt for new parameter values" option to enter
a new parameter value. When you select this option and click
OK, the Enter Prompt Values dialog box appears.
The program now runs the report using the new value(s) you
specified.

Is This Answer Correct ?    8 Yes 2 No

what is the "refresh" button suppose to do on the crystal report viewer?..

Answer / raju k

Refresh will load the new data if any new data loaded in database..

We can get prompts for every refresh if we create any parameters in report,

When clicking on refresh it will ask for another prompt on either saved data or current data

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Crystal Reports Interview Questions

I am not able to see any image on Crystal Report at Run time. So how can I load any image which is saved in local disk so that it can be viewed at Runtime in Crystal reports?

5 Answers  


I have a crystal report with a linked subreport as well. is there any way not to print the current record on the main report if no records are returned from the subreport? thanks you email - stanlte@yahoo.com

3 Answers  


Suppose I am not able to see any image on crystal report at run time. So how can I load any image which is saved in local disk so that it can be viewed at runtime in crystal reports?

0 Answers  


How do you add a subreport to a report in Crystal Reports?

0 Answers   MindCracker,


How many .rpt files are be there in a main report having 2 sub reports?

17 Answers   Accenture, Cap Gemini, CTS,






Is there a way to export a report definition without writing code?

2 Answers  


where is the "save data with report" option?

2 Answers  


If we create reports in Crystal Reports using the UCAR Data Warehouse database, which tables should be used?

0 Answers   IBM,


hi ... i've created one crystal report in windows form and one crystalreportviewer .. the following is my code.. in form1.cs file try { ExportOptions CrExportOptions; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net- informations.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions; CrExportOptions.FormatOptions = CrFormatTypeOptions; } cryRpt.Export(); } the above code is saving the file into pdf into specified path.. but i dont want to save a file i should get direct print preview and have a option to print .. As we do in web application using crystal report viewer clicking print and report will be opened in pdf.. and the click print.. i want the same function as we do in web application... i'm writing code in c#.net hope the above explaination will be understood clearly..

0 Answers  


How to write a formula to change a font based upon data ?

2 Answers  


Explain reporter footer contents are move depend the page footer values?

0 Answers  


hi.. i've created a crystal report and one crystal report viewer in windows form. i've two form form1 and form2 in form2 i've kept one button called print. when i press this button it should print the document into .pdf format. without using the crystal report viewers print button.

0 Answers  


Categories