ActiveReports Developer 7
SectionDocument Class
Members  See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document Namespace : SectionDocument Class

Glossary Item Box

The Document object represents the generated output of a report.

Object Model

SectionDocument Class

Syntax

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

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
   GrapeCity.ActiveReports.Document.SectionDocument

See Also