Document Constructor | Creates a new instance of the Document class. |
Bookmarks | Gets or sets a reference to the document's bookmarks. |
CacheToDisk | Sets 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. |
Content | Allows a document to be assigned to a web service. |
InProgress | Determines whether the document is currently being loaded with pages. |
LoadUrl | Gets or sets a URL from which to download the document asynchronously using internet protocols. |
Name | Gets or sets the name of the document. |
Pages | Gets a reference to the document's pages. |
Password | Gets or sets a password string used to protect the saved document file. |
Printer | Gets a reference to the document's printer settings. |
ClearFindTextSelection | For internal use only. |
Dispose | Releases the Document instance from memory. |
Find | Searches for the specified string in the Document's pages collection. |
Load | Overloaded. Loads a Document from a stream or a file. |
Overloaded. Sends the document content to the printer. | |
ResetPrinter | Resets the printer defaults. |
Save | Overloaded. Saves the Document content to a stream or a file. |
DownloadError | Occurs when an exception is thrown while downloading a document asynchronously from the LoadUrl location. |
LoadCompleted | Occurs after all the document pages have been fully loaded. |
PrintingThreadErrorEvent | Occurs when an exception is thrown by the printing thread. |
Document Class | DataDynamics.ActiveReports.Document Namespace
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.