How to present data from Crystal Reports on to form?

Answers were Sorted based on User's Feedback



How to present data from Crystal Reports on to form?..

Answer / mahesh

There is no easy way of doing this.

The spolution provided just puts crystal report in the form
insted of saperate windows.

If you really want to extract data from crystal report you
have to export report may be to Excel or CSV and then
re-read excell file to get data.

Is This Answer Correct ?    4 Yes 0 No

How to present data from Crystal Reports on to form?..

Answer / swapna

Drag Crystal Report viewer control from toolbox to form.
Properties:
Crystal Report Name: CRV1
Report Source= <path of the RPT file> or <an object of RPT
file>
And call show () method
DOCK=Fill (The control resizes while form is resized

Is This Answer Correct ?    4 Yes 2 No

How to present data from Crystal Reports on to form?..

Answer / arvind gupta

Using Crystalviewer

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Crystal Reports Interview Questions

How to add Crystal Reports(Standalone) to my VB.NET project

2 Answers  


to ensure that all of the data from a field is displayed in a report text object you should do which of the following?? a) use the format wizard b) size the text object manually c) select the auto format option for the text object d) select the can grow option for the text object e) set the can grow option to the details section of the report

2 Answers  


How to refresh the crystal report from the application ?

6 Answers   Satyam,


Can we add any database field once we have chosen ?Close? button?

2 Answers  


Is there any feature like summing total in crystal report?

11 Answers   HCL, Sonata,






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

2 Answers  


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

0 Answers  


HOW TO USE 5 CRYSTAL REPORT OR SUBREPORT ON DIFFERENT CONDITIONS IN ONE VB PROGRAM

1 Answers  


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

2 Answers   MPS Techologies, Target,


how to create crystal reports in .net

2 Answers   CTS,


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

2 Answers  


hi...to all i want to generate the two crystal reports one is employee and another is project. now i want to display the two reorts in a single crystal report viewer. i've tried using sub-reports but the page header is not avaliable in a sub reports.. so i want to display two separate crystalreports in a single viewer.. can anybody help me.. plz

1 Answers  


Categories