Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can any tell me how to generates crystal reports wwith Untyped datasets with an example.?
Posted
Updated 2-Jul-12 0:24am
v2

You can use untyped dataset for crystal report.u have to bind dataset using setdatabse in report object

and also u have to define inbuilt dataset templates which u have implement same schema datatable as u define in untyped dataset.

Refer StackOverflow discussion thread at http://stackoverflow.com/questions/394841/using-untyped-datasets-in-crystal-reports[^]
 
Share this answer
 
You mean, generating crystal report using a normal dataset.

Since you missed mentioning winforms or web, for:
Winforms have a look at these articles to get equipped with knowledge needed for it:
Dynamic Crystal Reports Viewing[^]
Dynamic Crystal Report with C#[^]
C# Crystal Reports step by step [^]


ASP.NET:
Crystal Reports in ASP.NET[^]
Video: How to create a C# ASP.NET Crystal Report (Part 1) - YouTube[^]
Video: How to create a C# ASP.NET Crystal Report (Part 2) - YouTube[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900