Report Design
 Crystal Reports Forum : Crystal Reports for Visual Studio 2005 and Newer : Report Design
Message Icon Topic: Need help to design Stock Report Post Reply Post New Topic
Author Message
palanikumar
Newbie
Newbie


Joined: 09 Feb 2009
Location: India
Online Status: Offline
Posts: 1
Quote palanikumar Replybullet Topic: Need help to design Stock Report
    Posted: 09 Feb 2009 at 7:19pm
Hi to all,
 
I want to desing a stock report like this
 
 
Date           Material           Type       S/P        Quantity
 
10/02/2009  Pen              Geltype   Sold       10 Items
                     Paper          A3           Sold         1 Bundal
                     Note Book   Scribling  Sold         5 Books
 
11/02/2009  Notebook    Scribling  Purchase 10 Books
                    Pen              Geltype   Purchase  5 Items
                    Paper           A4           Purchase  2 Bundals
 
 
In this report i am using more than 3 access tables,I run a query and
bind the data to a dataset.
 
and by using this code
 
report.setdatsource(dset)
crystalreportviewer1.Reportsource = report
 
but the dataset data is not reflecting in the report...
while design I connect the database by using  command only
in command ... the query i written was "SELECT  date,material,type,sp,quantity from stock"
 
Kindly help me to get output from this probs
 
 
 
 
 
 
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.032 seconds.