Click here to Skip to main content
15,884,628 members
Articles / Web Development / HTML

The HTML Report Engine

Rate me:
Please Sign up or sign in to vote.
4.94/5 (79 votes)
23 Jun 2006CPOL5 min read 828.4K   23.3K   277  
The HTML report engine is a .NET class library which helps in generating well formatted HTML reports.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HTMLReportEngine", "HTMLReportEngine.csproj", "{62B6C2C0-81D8-4C35-8677-D116EFD43508}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{62B6C2C0-81D8-4C35-8677-D116EFD43508}.Debug.ActiveCfg = Debug|.NET
		{62B6C2C0-81D8-4C35-8677-D116EFD43508}.Debug.Build.0 = Debug|.NET
		{62B6C2C0-81D8-4C35-8677-D116EFD43508}.Release.ActiveCfg = Release|.NET
		{62B6C2C0-81D8-4C35-8677-D116EFD43508}.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
Architect BNY Mellon
India India
Ambalavanar, working as a .NET Solutions Architect at BNY Mellon (iNautix), Chennai. Enjoys designing and developing UI & highly scalable apps.

Comments and Discussions