Click here to Skip to main content
15,895,557 members
Articles / Programming Languages / C#

Crystal Report Basics and Integration with DataSet

Rate me:
Please Sign up or sign in to vote.
4.75/5 (26 votes)
9 Apr 2007CPOL9 min read 1.3M   8.6K   102  
This article gives a brief introduction about Crystal Reports and how to bind a dataset (.xsd) with a Crystal Report.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrystalDemo", "CrystalDemo.csproj", "{331978D9-026F-4860-B08D-795A254D6629}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{331978D9-026F-4860-B08D-795A254D6629}.Debug.ActiveCfg = Debug|.NET
		{331978D9-026F-4860-B08D-795A254D6629}.Debug.Build.0 = Debug|.NET
		{331978D9-026F-4860-B08D-795A254D6629}.Release.ActiveCfg = Release|.NET
		{331978D9-026F-4860-B08D-795A254D6629}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Founder Appfabs
India India
- C#, WPF, WCF
- Java, J2EE, jersey, Spring MVC, Spring Boot, Spring Security, Hibernate, Spring Data
- NoSQL with Cassandra
- C, C++, Qt, OpenGL, Python
- SQL Server, Oracle, PostgreSQL
- Glassfish, Apache, Tomcat, NodeJS and IIS
- Hadoop, Flume, Spark
- Amazon Web Services (AWS) & Jenkins
- Big Data and Analytics

Comments and Discussions