This class is the main program that takes a template stream and a datasource and merges them to create a CSV report stream. This output format only reads tables in the template. All other parts of the template are ignored. The way to use this is to construct a ReportCsv object, set any options, then call process. The calling method must close all streams after calling process. process will flush the output (report) stream before returning.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
Public Class ReportCsv
Inherits Report |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ReportCsv |
C# | |
---|
public class ReportCsv : Report |
Managed Extensions for C++ | |
---|
public __gc class ReportCsv : public Report |
C++/CLI | |
---|
public ref class ReportCsv : public Report |
Inheritance Hierarchy
Requirements
Namespace: net.windward.api.csharp
Platforms: Windows 10, Windows NT, indows Server
Assembly: WindwardReportsAPI (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsAPI\bin\Release\net461\WindwardReportsAPI.dll)
See Also