Create a report object based on the passed in extension. This calls Setup() on the created object.
            
            
            
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim outputExtension As String
Dim template As Stream
Dim value As Report
 
value = Report.Factory(outputExtension, template)  | 
 
            Parameters
- outputExtension
 
- The output format for the generated document. This is the extension like "pdf". Printer is not supported in this call.
 - template
 
- The template to generate.
 
            
            Return Value
The requested Report object.
 
            
						
            
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also