I am trying to begin with crystal report but it is hard for me to understand . I do not know how to bind data to crystal report . I do not want to create report in wizard . What i have done is :
- First , i create a blank crystal report . (report1.rpt)
- Second , i create a form with a crystalreportview (Crystal1)
The problem here is that i do not know how to complete with report1.rpt designer : i can not add fields to report (fields from a table from sqlserver database )
Forexample , i design a report formed :
GOODS LIST
-------------------------------------------------------------------------------------------------------------------------------------------------------
Code Name Unit Description
-------------------------------------------------------------------------------------------------------------------------------------------------------
HH001 TV Samsung 21 Inches
HH002 TV LG 32 inches
The report in designer :
GOODS LIST
-------------------------------------------------------------------------------------------------------------------------------------------------------
Code Name
Unit Description
-------------------------------------------------------------------------------------------------------------------------------------------------------
Goods_Code Goods_Name Goods_Unit Goods_Description
Can you give the way to do with some fileds ( Goods_code,goods_name,goods_unit ,,....) .