0% found this document useful (0 votes)
42 views

Steps To Create Crystal Report in VB

This document outlines the steps to create and display a Crystal Report in VB.NET. It describes adding a Crystal Report to a project, connecting to a database, selecting tables and fields, and specifying report properties. It then explains how to add a Crystal Report viewer to a form, set the report source, and run the report.

Uploaded by

j_mohrir2953
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views

Steps To Create Crystal Report in VB

This document outlines the steps to create and display a Crystal Report in VB.NET. It describes adding a Crystal Report to a project, connecting to a database, selecting tables and fields, and specifying report properties. It then explains how to add a Crystal Report viewer to a form, set the report source, and run the report.

Uploaded by

j_mohrir2953
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

STEPS TO CREATE CRYSTAL REPORT IN

VB.NET
 Open windows application
 Project
 Add new Item (ctrl+shift+A)
 Crystal Report from templates listbox
Name:_____.rpt
 Open
 Register Later
 Choose an Expert Standard
 OK
 Expand +OLEDB(ADO)
 Oracle provider for OLEDB from Provider Listbox
 NeXT
CONNECTION INFORMATION
 Database
 User id
COEA
 Password
*****
 NeXT
 Finish
 Select required database tables from Available Data
Source listbox.
 Insert Table
 Next
 Add required fields into report by clicking mouse
button on ADD-> or Add All-> Button
 Next Button
 Specify column name on which you want to do or
categorized data
 Next or (Finish to avoid next steps)
 NEXT
 NEXT
 Chat type:
 Next
 Type Title and Click on Finish Button
STEPS TO DISPLAY CRYSTAL REPORT
 Project
 Add window form
 Type name and Click open and set as MDI Container
 Select “Crystal Report Viewer ” Graphical control
from toolBox and place it into form.
 Type/Select report file name into “Report Source”
property of crystal report viewer
 Browse
 Select Crystal report
 Open
 Run(Ctrl+F5)

You might also like