Click here to Skip to main content
15,879,095 members
Articles / Programming Languages / C# 4.0

Silverlight Report Viewer using View Model (MVVM)

Rate me:
Please Sign up or sign in to vote.
4.88/5 (20 votes)
13 Dec 2011Ms-PL3 min read 152.1K   6.2K   68  
Viewing .rdlc reports from Silverlight using View Model (MVVM)
<?xml version="1.0" encoding="utf-8"?>
<publishData>
  <publishProfile publishUrl="C:\Temp\simpleconfiguratorweb" deleteExistingFiles="False" ftpAnonymousLogin="False" ftpPassiveMode="True" msdeploySite="" msdeploySiteID="" msdeployRemoteSitePhysicalPath="" msdeployAllowUntrustedCertificate="False" msdeploySkipExtraFilesOnServer="True" msdeployMarkAsApp="False" profileName="Profile1" publishMethod="FileSystem" replaceMatchingFiles="True" userName="" savePWD="False" userPWD="" SelectedForPublish="True">
    <file relUrl="bin/SimpleConfigurator.Web.pdb" publishTime="10/24/2010 10:06:51" />
    <file relUrl="bin/SimpleConfigurator.Web.dll" publishTime="10/24/2010 10:06:51" />
    <file relUrl="Report.aspx" publishTime="10/23/2010 23:05:10" />
    <file relUrl="Web.config" publishTime="10/23/2010 21:38:19" />
    <file relUrl="Silverlight.js" publishTime="09/01/2010 21:24:58" />
    <file relUrl="Default.aspx" publishTime="10/23/2010 21:36:09" />
    <file relUrl="ClientBin/SimpleConfigurator.xap" publishTime="10/24/2010 10:18:31" />
    <file relUrl="WebService.asmx" publishTime="09/01/2010 21:36:50" />
  </publishProfile>
</publishData>

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 Microsoft Public License (Ms-PL)


Written By
Software Developer (Senior) http://ADefWebserver.com
United States United States
Michael Washington is a Microsoft MVP. He is a ASP.NET and
C# programmer.
He is the founder of
AiHelpWebsite.com,
LightSwitchHelpWebsite.com, and
HoloLensHelpWebsite.com.

He has a son, Zachary and resides in Los Angeles with his wife Valerie.

He is the Author of:

Comments and Discussions