Click here to Skip to main content
15,886,640 members
Articles / Database Development / SQL Server / SQL Server 2008

Zip Rendering Extension for SQL Server Reporting Services 2005/2008/2012

Rate me:
Please Sign up or sign in to vote.
5.00/5 (20 votes)
14 Aug 2013CPOL13 min read 204K   3.8K   39  
How to create and deploy a SSRS rendering extension, explained by a functional Zip Rendering extension for SSRS 2005, 2008 (R2) and 2012.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZipRenderer", "ZipRenderer\ZipRenderer.csproj", "{453A1A4D-E248-4083-AD64-0B2952CF47E7}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{453A1A4D-E248-4083-AD64-0B2952CF47E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{453A1A4D-E248-4083-AD64-0B2952CF47E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{453A1A4D-E248-4083-AD64-0B2952CF47E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{453A1A4D-E248-4083-AD64-0B2952CF47E7}.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
Software Developer
Netherlands Netherlands
I am a database-oriented software developer .. or an application-oriented database engineer, depending on the situation.

In past 7 or so years I have created stuff ranging from Windows Services to WPF, from GDI+ to SSIS packages and SSRS extensions.

My goal is to improve life and work for others - which should be the ultimate goal of any good software project.
And my articles on Codeproject can hopefully make you do the same.

Comments and Discussions