Hi,
I have a table in ms-sql obm_FeeTable
FeeId int, FranchieId int, Amount Money, ChequeNo int, BankName nvarchar(200), PaymentDate DateTime
when I want to display all collection in crystal report it don't show Amount / PaymentDate when creating report, don't know why its doing like this.
Please help why is it doing like this. also how to use linq with Crystal Report.
Thanks