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




report
The stream to write the generated report to. If null the engine will create a MemoryStream.

Glossary Item Box

Generates the next document in the batch and returns the results of that document. Returns null if no more to run. Performs the equivilent of processData(), processComplete() for each generated report.

Syntax

Visual Basic (Declaration) 
Public Function BatchNext( _
   ByVal report As Stream _
) As Report.BatchReport
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim report As Stream
Dim value As Report.BatchReport
 
value = instance.BatchNext(report)
C# 
public Report.BatchReport BatchNext( 
   Stream report
)
Managed Extensions for C++ 
public: Report.BatchReport* BatchNext( 
   Stream* report
) 
C++/CLI 
public:
Report.BatchReport^ BatchNext( 
   Stream^ report
) 

Parameters

report
The stream to write the generated report to. If null the engine will create a MemoryStream.

Return Value

The generated document and ${var} substitutions in the parameter map.

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.