Windward Engine API Reference
ProcessComplete Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : ProcessComplete Method




Glossary Item Box

Process the final report and create the output. This must be called after processData and before getReport. This should only be called once for a given ProcessReport object! This method can only be called by objects create with Report(template) or Report(template, report).

Syntax

Visual Basic (Declaration) 
Public Function ProcessComplete() As Long
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As Long
 
value = instance.ProcessComplete()
C# 
public long ProcessComplete()
Managed Extensions for C++ 
public: long ProcessComplete(); 
C++/CLI 
public:
int64 ProcessComplete(); 

Exceptions

ExceptionDescription
System.ComponentModel.LicenseExceptionthrown if called too often for the license type.
net.windward.tags.TagExceptionthrown if there is an unmatched if/while - end. Not thrown in debug mode.
net.windward.xmlreport.AlreadyProcessedExceptionthrown if call process multiple times on an object.
net.windward.env.DataSourceExceptionthrown if there is a problem with the datasource.
java.io.IOExceptionthrown 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

© 2019 All Rights Reserved.