ActiveReports Developer 7
GrapeCity.ActiveReports.Document.Section Namespace
See Also  Inheritance Hierarchy
GrapeCity.ActiveReports.Document.v7 Assembly : GrapeCity.ActiveReports.Document.Section Namespace

Glossary Item Box

The GrapeCity.ActiveReports.Document.Section Namespace contains various classes that can be set in the report document.

Classes

 ClassDescription
ClassActiveReportPrintControllerWithStatusDialog Controls how a document is printed.
ClassBookmark Specifies a named location in the report document or page that can be reached by name using hyperlinks or using the table of contents outline tree.
ClassBookmarksCollection Specifies a collection of Bookmark objects.
ClassMargins Used to specify the printed page margins.
ClassPage Represents a printed page in the report document.
ClassPagesCollection Manages a set of pages in the Document object.
ClassUrlErrorEventArgs Specifies the arguments of a downloadError event.
ClassUserPreferences Specifies the look of hyperlinks and the controls that host them in the Viewer control.

Delegates

 DelegateDescription
DelegateUrlErrorEventHandler Represents the method that will handle the downloadError event of a Document.

Enumerations

 EnumerationDescription
EnumerationBackgroundStyle Specifies the background style when using the low level page drawing APIs.
EnumerationPageOrientation Specifies the orientation of a page when rendered to the printer.
EnumerationPenStyles Specifies the pen style used to draw lines on a page.
EnumerationRdfFormat Specifies the file format used to save the report document.
EnumerationSaveOptions Specifies the compression type used to save the report document.
EnumerationTextAlignment Specifies the horizontal alignment of text within the control area.
EnumerationTextJustify Specifies how to justify text when the TextAlignment property is set to Justify.
EnumerationUnits Specifies the document measurement units when using low level drawing API on a document page.
EnumerationVerticalTextAlignment Specifies the vertical alignment of text within the control area.
EnumerationWrapMode Specifies whether the text is written from left to right or right to left.

Remarks


See Also