Hi
I created a stored procedure which returns a dataset
that is passed to crystal report like this
dset = SqlHelper.ExecuteDataset(CommandType.StoredProcedure, "spr_CR_Demo2")
dset.Tables(0).TableName = "spr_CR_Demo2"
crystal.SetDataSource(dset)
CrystalReportViewer2.ReportSource = crystal
But only one record get displayed,how can i do it
anyone can help me
ThanxAre you sure that sp returns more than one record?
Open the report and Do Verify database. Save the report and Try it again
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment