IDocumentViewModel Members
In This Article
#Properties
Name | Description |
---|---|
Can |
Indicates whether the document’s page settings can be changed. |
Can |
Indicates whether document page building can be stopped. |
Default |
Specifies the default file format for exporting documents. |
Default |
Gets or sets the file name to which a document is exported by default. |
Default |
Specifies the default file format for emailing documents. |
Editing |
Provides access to the document’s collection of editing fields. |
Has |
Indicates whether the document contains any bookmarks. |
Initial |
Gets or sets the file path to which a document is exported by default. |
Is |
Indicates whether the document creation has been completed. |
Is |
Indicates whether the document creation is still in progress. |
Is |
Indicates whether the document loading has completed. |
Pages | Provides access to the document’s collection of pages. |
Page |
Provides access to the document’s page settings. |
Printing |
Provides access to the report’s Printing System that was used to generate the displayed document. |
Use |
|
Watermarks |
#Methods
Name | Description |
---|---|
Create |
Starts generating a document’s pages. |
Export |
Exports the document using the specified export settings. |
Print |
Prints the document with the specified print settings. |
Print |
Sends the document to the specified printer. |
Save |
Saves the report document to the specified folder. |
Scale |
Returns the options related to document scaling. |
Send |
Returns the options related to emailing documents. |
Stop |
Stops building the document pages. |
#Events
Name | Description |
---|---|
Document |
Fires on completing the document creation process. |
Document |
Fires when any exception occurs during the document processing. |
Start |
Fires on starting the document creation process. |
See Also