Click here to Skip to main content
15,867,568 members
Articles / Web Development / ASP.NET

Integrate Reporting Services with Silverlight and RIA Services

Rate me:
Please Sign up or sign in to vote.
5.00/5 (8 votes)
28 Jul 2010CPOL3 min read 91.8K   2.3K   52  
Integrate Reporting Services with your Silverlight Line-of-Business applications.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportingServicesDemo", "ReportingServicesDemo\ReportingServicesDemo.csproj", "{C88DAA3E-6E39-4E5C-A850-EDE786E3CE3D}"
	ProjectSection(ProjectDependencies) = postProject
		{E729E267-4A87-4DB5-AE64-ED202009374F} = {E729E267-4A87-4DB5-AE64-ED202009374F}
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportingServicesDemo.Web", "ReportingServicesDemo.Web\ReportingServicesDemo.Web.csproj", "{E729E267-4A87-4DB5-AE64-ED202009374F}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C88DAA3E-6E39-4E5C-A850-EDE786E3CE3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C88DAA3E-6E39-4E5C-A850-EDE786E3CE3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C88DAA3E-6E39-4E5C-A850-EDE786E3CE3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C88DAA3E-6E39-4E5C-A850-EDE786E3CE3D}.Release|Any CPU.Build.0 = Release|Any CPU
		{E729E267-4A87-4DB5-AE64-ED202009374F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E729E267-4A87-4DB5-AE64-ED202009374F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E729E267-4A87-4DB5-AE64-ED202009374F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E729E267-4A87-4DB5-AE64-ED202009374F}.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
Web Developer Sigo S.A.
Venezuela Venezuela
Ernesto Herrera is a Senior Developer, Architect with more than 12 years experience, actually working with Silverlight Line-of-Bussiness Applications, he holds a MCTS Web Application 2.0 Certification, and have a wide experience with sql server since the 6.5 version, on his free time he likes to play tennis with his wife,kids and friends, also enjoy playing Wii with his sons, he works at Sigo S.A., a retail business located at Margarita Island, Venezuela.

Comments and Discussions