Click here to Skip to main content
15,885,868 members
Articles / Web Development / HTML

Generating Word Reports / Documents

Rate me:
Please Sign up or sign in to vote.
4.94/5 (122 votes)
4 Oct 2009CPOL22 min read 703.3K   8K   544  
Generate Word documents by appling XSLT on XML data.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeneratingMicrosoftWordReports.Reports", "GeneratingMicrosoftWordReports.Reports\GeneratingMicrosoftWordReports.Reports.csproj", "{29945924-5A8B-4DC2-9A7E-4ED48C88A992}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeneratingMicrosoftWordReports.Transformer", "GeneratingMicrosoftWordReports.Transformer\GeneratingMicrosoftWordReports.Transformer.csproj", "{B0016745-B6B8-47D3-8FC4-181F7B17E520}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GeneratingMicrosoftWordReports.Engine", "GeneratingMicrosoftWordReports.Engine\GeneratingMicrosoftWordReports.Engine.csproj", "{D1FF299D-8490-4365-9ADD-3F68A6E887BC}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{29945924-5A8B-4DC2-9A7E-4ED48C88A992}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{29945924-5A8B-4DC2-9A7E-4ED48C88A992}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{29945924-5A8B-4DC2-9A7E-4ED48C88A992}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{29945924-5A8B-4DC2-9A7E-4ED48C88A992}.Release|Any CPU.Build.0 = Release|Any CPU
		{B0016745-B6B8-47D3-8FC4-181F7B17E520}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B0016745-B6B8-47D3-8FC4-181F7B17E520}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B0016745-B6B8-47D3-8FC4-181F7B17E520}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B0016745-B6B8-47D3-8FC4-181F7B17E520}.Release|Any CPU.Build.0 = Release|Any CPU
		{D1FF299D-8490-4365-9ADD-3F68A6E887BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D1FF299D-8490-4365-9ADD-3F68A6E887BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D1FF299D-8490-4365-9ADD-3F68A6E887BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D1FF299D-8490-4365-9ADD-3F68A6E887BC}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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
Chief Technology Officer
United States United States
If you liked this article, consider reading other articles by me. For republishing article on other websites, please contact me by leaving a comment.

Comments and Discussions