11 lines
		
	
	
		
			347 B
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			347 B
		
	
	
	
		
			XML
		
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
 | 
						|
  <Width>6.5in</Width>
 | 
						|
  <Body>
 | 
						|
    <Height>2in</Height>
 | 
						|
  </Body>
 | 
						|
  <rd:ReportTemplate>true</rd:ReportTemplate>
 | 
						|
  <Page>
 | 
						|
  </Page>
 | 
						|
</Report>
 |