ActiveReports.Document Assembly > DataDynamics.ActiveReports.Document Namespace : Document Class |
The following tables list the members exposed by Document.
Name | Description | |
---|---|---|
Document Constructor | Overloaded. Creates a new instance of the Document class. |
Name | Description | |
---|---|---|
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. | |
CacheToDiskLocation | Gets or set the location of CacheToDisk files. The location can be a physical path or IsolateStorage. | |
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. | |
UserPreferences | Gets or sets user preferences in the viewer such as hyperlink and background colors. |
Name | Description | |
---|---|---|
CopyToClipboard | Copies the content of report document to clipboard as Text and RTF data. | |
Dispose | Releases the Document instance from memory. | |
Find | Overloaded. 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. |
Name | Description | |
---|---|---|
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. | |
PrintAborted | Occurs when printing of the document pages is cancelled. | |
PrintingThreadErrorEvent | Occurs when an exception is thrown by the printing thread. | |
PrintProgress | Occurs when the document pages are printing. | |
StateChanged | Raised when the state is changed. |