| 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 10, Windows NT, Windows Server