ActiveReports.Document Send comments on this topic.
Document Class
See Also  Members  
ActiveReports.Document Assembly > DataDynamics.ActiveReports.Document Namespace : Document Class

The Document object represents the generated output of a report.

Object Model






Syntax

Visual Basic (Declaration) 
Public Class Document 
C# 
public class Document 

Remarks

ActiveReports renders its output to the pages of a document object.  The document can be used with any of the viewer controls, saved for later retrieval or exported using any of ActiveReports export filters.

Implements the ISerializable interface.

Inheritance Hierarchy

System.Object
   DataDynamics.ActiveReports.Document.Document

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also