45 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| compile insert RTI_XBAND_XML_TEMPLATE
 | |
| <?xml version="1.0"?>
 | |
| <Reports>
 | |
|   <FormatVersion>1.0 1.0.0.0</FormatVersion>
 | |
| 	<!--Report *** template 10.2.0.0 ***-->
 | |
| 	<Report ref="1">
 | |
| 		<Name>RTIXBDS</Name>
 | |
|           <DataSourceName>Main</DataSourceName>          
 | |
| 		<ReportInfo>
 | |
| 			<Author>SYSPROG</Author>
 | |
| 		</ReportInfo>
 | |
| 		<Layout>
 | |
| 			<Orientation>Portrait</Orientation>
 | |
|                <Width>9800</Width>
 | |
| 		</Layout>
 | |
| 		<Font>
 | |
| 			<Name>Courier New</Name>
 | |
| 			<Size>10</Size>
 | |
| 		</Font>
 | |
|           <DataSources>
 | |
|            <DataSource>
 | |
|              <Name>Main</Name>
 | |
|              <DataProvider>ExternalObject</DataProvider>
 | |
|              <ConnectionString>Provider=OI</ConnectionString>
 | |
|              <RecordSource></RecordSource>
 | |
|              <RecordSourceType>StoredProcedure</RecordSourceType>
 | |
|              <ParameterPassingMode>Literal</ParameterPassingMode>
 | |
|              <MaxRecords>0</MaxRecords>
 | |
|            </DataSource>
 | |
|           </DataSources>
 | |
|           <OnOpen>' -- style script start
 | |
| _styleCtr = 0
 | |
| ' -- style script end
 | |
|           </OnOpen>          
 | |
| 		<CompatibilityOptions />
 | |
| 		<Groups>
 | |
| 		</Groups>
 | |
| 		<Sections>
 | |
| 		</Sections>
 | |
| 		<Fields>
 | |
| 		</Fields>
 | |
| 	</Report>
 | |
| 	<OIInfo>RLIST</OIInfo>
 | |
| </Reports>
 |