report of proc
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I use proc for reporting
create proc Cpost @nopersoneli int as select p.Fname ,p.lname ,p.NoPersoneli,po.[name] from personal p join postPersonal pp on p.NoPersoneli=pp.CPersonal join post po on po.code=pp.CPost where p.NoPersoneli=@nopersoneli
But I don’t understand How I write code? I made postdataset.xsd and I fill by result of proc.and then I made postcrystalReport.rpt ,I have one form include of CrystalReportViewer1 that ReportSource=postCrystalReport Please help me about writing code Thanks a lot