ActiveReports.Viewer3 Request technical support
Document Class Members
See Also  Properties  Methods  Events


The following tables list the members exposed by Document.

Public Constructors

 NameDescription
Public ConstructorDocument ConstructorOverloaded. Creates a new instance of the Document class.  
Top

Public Properties

 NameDescription
Public PropertyBookmarksGets or sets a reference to the document's bookmarks.  
Public PropertyCacheToDiskSets or returns a value indicating whether to optimize the amount of memory used by the document by caching the report to disk instead of holding it in memory.  
Public PropertyCacheToDiskLocationGets or set the location of CacheToDisk files. The location can be a physical path or IsolateStorage.  
Public PropertyContentAllows a document to be assigned to a web service.  
Public PropertyInProgressDetermines whether the document is currently being loaded with pages.  
Public PropertyLoadUrlGets or sets a URL from which to download the document asynchronously using internet protocols.  
Public PropertyNameGets or sets the name of the document.  
Public PropertyPagesGets a reference to the document's pages.  
Public PropertyPasswordGets or sets a password string used to protect the saved document file.  
Public PropertyPrinterGets a reference to the document's printer settings.  
Top

Public Methods

 NameDescription
Public MethodClearFindTextSelectionFor internal use only.  
Public MethodCompareFor internal use only.  
Public MethodDisposeReleases the Document instance from memory.  
Public MethodFindSearches for the specified string in the Document's pages collection.  
Public MethodLoadOverloaded. Loads a Document from a stream or a file.  
Public MethodPrintOverloaded. Sends the document content to the printer.   
Public MethodResetPrinterResets the printer defaults.  
Public MethodSaveOverloaded. Saves the Document content to a stream or a file.  
Top

Public Events

 NameDescription
Public EventDownloadErrorOccurs when an exception is thrown while downloading a document asynchronously from the LoadUrl location.  
Public EventLoadCompletedOccurs after all the document pages have been fully loaded.  
Public EventPrintAborted  
Public EventPrintingThreadErrorEventOccurs when an exception is thrown by the printing thread.  
Public EventPrintProgress  
Top

See Also