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

Utilize Internet Explorer to display reports using XML and XSL from a Windows application

Rate me:
Please Sign up or sign in to vote.
4.74/5 (23 votes)
11 Jan 2005CPOL4 min read 80.6K   1.1K   50  
How to create a report from XML, format it using an XSL style sheet and display the report in Internet Explorer, all done without saving anything to file.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ListCtrlReport", "ListCtrlReport\ListCtrlReport.csproj", "{4F0261BF-1423-4406-80CC-AC58FBC0B9B3}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{4F0261BF-1423-4406-80CC-AC58FBC0B9B3}.Debug.ActiveCfg = Debug|.NET
		{4F0261BF-1423-4406-80CC-AC58FBC0B9B3}.Debug.Build.0 = Debug|.NET
		{4F0261BF-1423-4406-80CC-AC58FBC0B9B3}.Release.ActiveCfg = Release|.NET
		{4F0261BF-1423-4406-80CC-AC58FBC0B9B3}.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
United States United States
I'm a software developer from Sweden who got tired of snow and cold weather and moved to USA. I choose New York City, so I wouldn't totally miss out on snow and cold weather. I work on Wall Street with financial systems (not much else to do in this neighborhood). I primarily use Visual C++/MFC or C#/.NET as development tool.

The picture is of my wife and me in Cannes, France, drinking the most expensive Coke we ever had.

Comments and Discussions