Click here to Skip to main content
15,885,278 members
Articles / Programming Languages / SQL

SSRS Multi-Data Source DPE (Data Processing Extension)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
23 Oct 2011CPOL6 min read 51K   1.6K   10  
A way to combine data from two different sources into one datasource for SSRS reporting

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F14B399A-7131-4C87-9E4B-1186C45EF12D}") = "DoubleDBReportProj", "DoubleDBReportProj\DoubleDBReportProj.rptproj", "{E5B16191-75EE-491E-BB42-04DF7E00ACEF}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Default = Debug|Default
		DebugLocal|Default = DebugLocal|Default
		Release|Default = Release|Default
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{E5B16191-75EE-491E-BB42-04DF7E00ACEF}.Debug|Default.ActiveCfg = Debug
		{E5B16191-75EE-491E-BB42-04DF7E00ACEF}.Debug|Default.Build.0 = DebugLocal
		{E5B16191-75EE-491E-BB42-04DF7E00ACEF}.Debug|Default.Deploy.0 = DebugLocal
		{E5B16191-75EE-491E-BB42-04DF7E00ACEF}.DebugLocal|Default.ActiveCfg = DebugLocal
		{E5B16191-75EE-491E-BB42-04DF7E00ACEF}.DebugLocal|Default.Build.0 = DebugLocal
		{E5B16191-75EE-491E-BB42-04DF7E00ACEF}.Release|Default.ActiveCfg = Release
		{E5B16191-75EE-491E-BB42-04DF7E00ACEF}.Release|Default.Build.0 = Release
		{E5B16191-75EE-491E-BB42-04DF7E00ACEF}.Release|Default.Deploy.0 = Release
	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 (Senior) Superior Consulting Services
United States United States
Jeff Krebsbach has been a Consultant with Superior Consulting Services (SCS) since 2006. SCS is based in Burnsville, Minnesota and focuses on developing solutions for Microsoft technologies, with a strong set of experience with MS SQL Server, SSRS, SSIS, and SSAS.

Comments and Discussions