asp.net - VS 2010 Crystal Report -
i have table in ms-sql
obm_feetable feeid int, franchieid int, amount money, chequeno int, bankname nvarchar(200), paymentdate datetime
when want display collection in crystal report don't show amount / paymentdate when creating report, don't know why doing this.
please why doing this. how use linq crystal report.
thanks
have modified table add these fields? if so, perhaps crystal doesn't know them yet. fix this, right-click inside report, select "database" -> "log on or off server...". open "current connections" item , select 1 table lives. click "log off" button , "log on" button. refresh crystal's view of database objects, , missing fields should appear.
another possibility login using access table doesn't have 'select' permission on thos columns.
i don't think linq applicable crystal, different question. should post separately more detail on want do.
Comments
Post a Comment