Process the template and get the report ready to process data files. This should only be called once for a given Report object! This method can only be called by objects create with Report(template) or Report(template, report).
            
            
            
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| Public Overloads Sub ProcessSetup()  | 
| Visual Basic (Usage) |  Copy Code | 
|---|
| Dim instance As Report
 
instance.ProcessSetup() | 
| C# |  | 
|---|
| public void ProcessSetup() | 
| Managed Extensions for C++ |  | 
|---|
| public: void ProcessSetup();  | 
| C++/CLI |  | 
|---|
| public:
void ProcessSetup();  | 
 Exceptions
Exceptions
| Exception | Description | 
|---|
| System.ComponentModel.LicenseException | thrown if called too often for the license type. | 
| net.windward.tags.TagException | thrown if there is an unmatched if/while - end. Not thrown in debug mode. | 
| net.windward.xmlreport.AlreadyProcessedException | thrown if call process multiple times on an object. | 
| net.windward.format.TemplateParseException | thrown if there is a problem parsing the template. | 
| net.windward.env.DataSourceException | thrown if there is a problem with the datasource. | 
| java.io.IOException | thrown if have problems accessing the xml, template, or report streams | 
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
            
             See Also
See Also