This class is the main program that takes a template stream and a datasource and merges them to create a pdf report stream. The way to use this is to construct a ReportPdf 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. If you wish to sign a pdf file using a Verisign certificate, please go to http://itextpdf.sourceforge.net/howtosign.html
Object Model
Syntax
Visual Basic (Declaration) | |
---|
Public Class ReportPdf
Inherits Report |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ReportPdf |
C# | |
---|
public class ReportPdf : Report |
Managed Extensions for C++ | |
---|
public __gc class ReportPdf : public Report |
C++/CLI | |
---|
public ref class ReportPdf : public Report |
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