ActiveReports.Viewer3 Request technical support
Document Class
See Also  Members  


The Document object represents the generated output of a report.

Object Model




Syntax

Visual Basic (Declaration) 
Public Class Document 
Visual Basic (Usage)Copy Code
Dim instance As 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

See Also