Windward Studios API Reference
ReportPdfA Class
Members  See Also  Send comments on this topic.
net.windward.api.csharp Namespace : ReportPdfA Class




Glossary Item Box

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 ReportPdfA 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

ReportPdfA ClassReportProperties ClassReport.DrillDownInfo Class

Syntax

Visual Basic (Declaration) 
Public Class ReportPdfA 
   Inherits ReportPdf
Visual Basic (Usage)Copy Code
Dim instance As ReportPdfA
C# 
public class ReportPdfA : ReportPdf 
Managed Extensions for C++ 
public __gc class ReportPdfA : public ReportPdf 
C++/CLI 
public ref class ReportPdfA : public ReportPdf 

Inheritance Hierarchy

System.Object
   net.windward.api.csharp.Report
      net.windward.api.csharp.ReportPdf
         net.windward.api.csharp.ReportPdfA

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\net48\WindwardReportsAPI.dll)

See Also

Windward Studios - .NET Document Generation software