zdehkordi
October 12th, 2005, 04:00 PM
Hi
I am using TypedDataSet in .Net to design my reports in crystalReport.
My Pk type is Guid, too. My typical DataSet has two master detail tables which linked to each other by guid pk.
When I view report in crystalreportviewer or export it, nothing is showed.
I've done these tests:
1.I changed the type of pk from guid to string. the report is viewed.
2. I removed the link between master and detail in report, it is viewed.
3. I design report directly by database(sqlserver) it is viewed.
4- I used group on guid field in report on typedDataset, it seems operate correctly
It seems, it is a crystal report bug on linking tables on guid field in datasets
Would you please help me to find the solution.
Thanks
I've found that it depends on direction of link between tables in crystal report
Fields of source table has been showed. But if I put a field of destination table, It doesn't showed.
I am using TypedDataSet in .Net to design my reports in crystalReport.
My Pk type is Guid, too. My typical DataSet has two master detail tables which linked to each other by guid pk.
When I view report in crystalreportviewer or export it, nothing is showed.
I've done these tests:
1.I changed the type of pk from guid to string. the report is viewed.
2. I removed the link between master and detail in report, it is viewed.
3. I design report directly by database(sqlserver) it is viewed.
4- I used group on guid field in report on typedDataset, it seems operate correctly
It seems, it is a crystal report bug on linking tables on guid field in datasets
Would you please help me to find the solution.
Thanks
I've found that it depends on direction of link between tables in crystal report
Fields of source table has been showed. But if I put a field of destination table, It doesn't showed.