문제

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