ActiveReports 8
DocumentModel Class Members
See Also  Fields  Properties  Methods  Events
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common.Model Namespace : DocumentModel Class

Glossary Item Box

The following tables list the members exposed by DocumentModel.

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)NullInstanceGets null document instance  
Top

Public Properties

 NameDescription
Public PropertyAnnotations  
Public PropertyAnnotationsDocumentGets the document to store annortations to  
Public PropertyBookmarksGets/sets document's bookmarks collection  
Public PropertyCurrentSelection  
Public PropertyHighlightSearchResult  
Public PropertyMaxPageSizeGets maximum page size  
Public PropertyNotifySearchResult  
Public PropertyPageCountGets loaded pages count  
Public PropertyPaperSizeGets the default paper size of the document. In fact SectionReport allows variable pages while it's not implemented in model. PaperSize is then considered immutable. You can read it at any time and assume it's not changed anymore.  
Public PropertyTotalPageCountReturns number of total pages in document. This number can be higher then number of pages currently available.  
Top

Public Methods

Public Events

See Also