i use vs2010 and use crystal report , i create a LinqToSqlClasses.dbml and added my view in it. i cant find my int (numeric) field in field explorer but all of varchar field is showing , how can i find them ?

有帮助吗?

解决方案

i use dataclasses to create my reports . when fields dos not show in field explore go to your dataclasses and change type of your fields that not shown to nullable = false or change type of data in your dataclasses only . i did it and it works . i wish that help you to .

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top