This class is the base class that takes a template stream and 0...N DataSoureces (xml and/or ado) and merges them to create a report stream. The way to use this is to construct an object that extends this class, set any options, then call the process methods.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
Public MustInherit Class Report |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Report |
C# | |
---|
public abstract class Report |
Managed Extensions for C++ | |
---|
public __gc abstract class Report |
C++/CLI | |
---|
public ref class Report abstract |
Inheritance Hierarchy
Requirements
Namespace: net.windward.api.csharp
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
Assembly: WindwardReportsAPI (in C:\agent\_work\1\s\Engine\DotNetEngine\WindwardReportsAPI\bin\Release\WindwardReportsAPI.dll)
See Also