Crystal Report and Dataset
-
Hi ! I try to generate Crystal Report with Untyped Dataset. When i used typed dataset, CrystalReport wizard's shown this dataset. But my dataset provided from function and there are untyped (so not shown in the CR wizard). If anyone have a link or answer .... Thanks a lot Alex (Sorry for my bad english :p)
-
Hi ! I try to generate Crystal Report with Untyped Dataset. When i used typed dataset, CrystalReport wizard's shown this dataset. But my dataset provided from function and there are untyped (so not shown in the CR wizard). If anyone have a link or answer .... Thanks a lot Alex (Sorry for my bad english :p)
If you're using typed
DataSet
s, just make sure your methods return that Type. You can also design your report to use fields from an untypedDataSet
, but you must make sure that those untypedDataSet
have the same tables and field names/types.Microsoft MVP, Visual C# My Articles
-
Hi ! I try to generate Crystal Report with Untyped Dataset. When i used typed dataset, CrystalReport wizard's shown this dataset. But my dataset provided from function and there are untyped (so not shown in the CR wizard). If anyone have a link or answer .... Thanks a lot Alex (Sorry for my bad english :p)
I started with Crystal Reports from this article Crystal Reports Anyway look through Internet it's a lot of information outhere. http://aspalliance.com/articleViewer.aspx?aId=265&pId=2 xedom developers team