ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / DocumentModel Class
Fields Properties Methods Events

In This Topic
    DocumentModel Class Members
    In This Topic

    The following tables list the members exposed by DocumentModel.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Gets null document instance  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the annotations.  
    Public PropertyGets the document to store annotations to  
    Public PropertyGets/sets document's bookmarks collection  
    Public PropertyGets or sets selected document items.  
    Public PropertyGets or sets currently highlighted search result  
    Public PropertyGets maximum page size  
    Public PropertyGets or sets currently notification search result  
    Public PropertyGets loaded pages count  
    Public PropertyGets 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 PropertyReturns number of total pages in document. This number can be higher then number of pages currently available.  
    Top
    Public Methods
     NameDescription
    Public MethodClears the current selection.  
    Public Method  
    Public MethodFinds items corresponding with search settings.  
    Public MethodGets element text to display/highlight range within a list of results  
    Public MethodSelect items of the page inside the determined rectangle.  
    Top
    See Also