Databases Reference
In-Depth Information
6.
Locate the test.txt file in the destination folder and review the contents.
The next code chunk shows the first few lines of this rather long file
( C:\Test.txt ).
<?xml version="1.0" encoding="utf-16"?>
<ArrayOfExtension
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Extension>
<ExtensionType
xmlns="http://schemas.microsoft.com/sqlserver/
2005/06/30/reporting/reportingservices">Render
</ExtensionType>
<Name
xmlns="http://schemas.microsoft.com/sqlserver/
2005/06/30/reporting/reportingservices">XML</Name>
<LocalizedName
xmlns="http://schemas.microsoft.com/sqlserver/
2005/06/30/reporting/reportingservices">XML file with
report data</LocalizedName>
<Visible
xmlns="http://schemas.microsoft.com/sqlserver/
2005/06/30/reporting/reportingservices">true
</Visible>
<IsModelGenerationSupported
xmlns="http://schemas.microsoft.com/sqlserver/
2005/06/30/reporting/reportingservices">false
</IsModelGenerationSupported>
</Extension>
You can come up to speed rapidly on using SSIS with the
Author's topic published by Packt, SQL Server Integration
Services Using Visual Studio 2005 , ISBN:9781847193315, 2007.
Accessing reports from a Windows
Presentation Foundations classes project
Windows projects entered a new phase with the introduction of Windows
Presentation Foundation ( WPF ) classes. WPF applications use vector graphics (you
zoom-in or zoom-out, the resolution does not get affected) much like Scalable Vector
Graphics, which is resolution independent with crisp images. The use of Extensible
Markup Language ( XML ) with highly developed tool and the Expression Studio
now called Blend lends itself to creating highly interactive rich Internet applications.
 
Search WWH ::




Custom Search