Click here to Skip to main content
15,891,372 members
Articles / Programming Languages / Visual Basic

How to pass discrete parameters to Crystal Reports

Rate me:
Please Sign up or sign in to vote.
3.93/5 (22 votes)
10 Jan 2005CPOL1 min read 395.4K   5.8K   71  
This is a simple and small user control that will help programmers to pass discrete parameters to Crystal Reports without writing lengthy code.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CrystalContrl", "CrystalContrl.vbproj", "{6CC1589C-220E-4F6A-B355-854409A8C306}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{6CC1589C-220E-4F6A-B355-854409A8C306}.Debug.ActiveCfg = Debug|.NET
		{6CC1589C-220E-4F6A-B355-854409A8C306}.Debug.Build.0 = Debug|.NET
		{6CC1589C-220E-4F6A-B355-854409A8C306}.Release.ActiveCfg = Release|.NET
		{6CC1589C-220E-4F6A-B355-854409A8C306}.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
Web Developer
Kuwait Kuwait
I am J. Franklin Kennedy, Working as a programmer in application software developement.


Comments and Discussions