answersLogoWhite

0

Data report it reports data ..

Crystal report it reports crystal thanks

GENIUS

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
ReneRene
Change my mind. I dare you.
Chat with Rene
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake

Add your answer:

Earn +20 pts
Q: Difference between Crystal Reports and data report in visual basic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Which reports are easy to create rdlc or crystal report in asp.net?

The reports are easier to create iin crystal report.


What is the difference between reports and queries?

query takes a table and given the criteria entered into it it displays the results that meet that search. While a report just spits out a table in the database


How to get Crystal Report control in VB6?

What version of Crystal reports?Assumptions:If you have Crystal Reports installed on the development machine, then you will already have all the dll's required for your VB6 project.You're using Crystal Reports v8 or v8.5.You will name the crystal report object 'rpt'.Configuring the project:In your VB6 project, Select 'Project'->'Components' and check the checkbox for 'Crystal Report Control' and click 'OK'Open the 'Form' view for the form you are coding and drag the 'Crystal' control onto the form.Coding the project:You can now reference the 'Crystal' object from within your code. Take note of the name of the report object, or change it to something useful.Set the WindowTitle, Connect, ReportFileName and SQLQuery properties to values relevant to your setup.Optionally, you can set the following values: (DiscardSavedData [I recommend setting this to True as it speeds things up in most cases; in fact, I recommend saving your crystal files without any saved data in the first place.], ProgressDialog, and if you have Formulas in the report that you wish to pass in, you can do so using the Formulas(x) property.Once all properties are set, launch the report using the following code:"rpt.Action = 1"Sample code:rpt.WindowTitle = Me.Captionrpt.Connect = "[Insert ADO Connection String here]"rpt.ReportFileName = sReportsDirectory + "\SomeReport.rpt"rpt.DiscardSavedData = Truerpt.ProgressDialog = Truerpt.SQLQuery = "select field1, field2, field3 from tbl1 where field4 = 'Y'"rpt.Action = 1


How do you create a report using VB 6?

You can we the default support provided by vb or use other reporting tools like crystal reports. To use the default support select data report from components. To link the data report to database you will have to include a data environment component, ink the control to the database by selecting its properties and then link this data environment to the data report. You can call the data report the same way other forms are called.


Give an example of technical report?

Technical reports include various information depending on what they pertain to. One example of a technical report is to explain why a piece of equipment failed.