RemoteDocument Properties
A document that is created by a remote service (a Report and Dashboard Server or custom WCF report service).| Name | Description |
|---|---|
| BaseOffset | For internal use. Specifies the base offset point for the created document. Inherited from Document. |
| Bookmark | Specifies the text of a root bookmark displayed in the Document Map. Inherited from Document. |
| BookmarkNodes | Provides access to the collection of bookmarks available in the document and displayed in the Document Map of Print Preview. Inherited from Document. |
| CanChangePageSettings | Specifies whether or not the document’s page settings can be changed. Inherited from Document. |
| CanPerformContinuousExport | Specifies whether continuous document export can be performed. |
| ContentIdentity | For internal use. Inherited from Document. |
| IsCreating | Indicates whether or not the document is still being created. Inherited from Document. |
| IsEmpty | Indicates whether or not the document is empty (i.e., does it contain at least one page). |
| IsLocked | Indicates whether or not the current Document instance is locked. Inherited from Document. |
| IsModified | Indicates whether or not any changes were made to the Document instance after it was created. Inherited from Document. |
| Name | Specifies the document name. Inherited from Document. |
| PageCount | Gets the total number of pages within a report. |
| Pages | Provides access to the collection of pages within the current document. Inherited from Document. |
| PrintingSystem | Provides access to the Printing System for the current document. Inherited from Document. |
| RightToLeftLayout | For internal use. Inherited from Document. |
See Also