Document Members
The rendered and ready-to-print report document.Properties
Name | Description |
---|---|
AutoFitToPagesWidth | Specifies the number of virtual pages to fit into one physical page, so their total width is the same as the width of a physical page. |
BaseOffset | For internal use. Specifies the base offset point for the created document. |
Bookmark | Specifies the text of a root bookmark displayed in the Document Map. |
BookmarkNodes | Provides access to the collection of bookmarks available in the document and displayed in the Document Map of Print Preview. |
CanChangePageSettings | Specifies whether or not the document’s page settings can be changed. |
ContentIdentity | For internal use. |
IsCreating | Indicates whether or not the document is still being created. |
IsEmpty | Indicates whether or not the document has any pages. |
IsLocked | Indicates whether or not the current Document instance is locked. |
IsModified | Indicates whether or not any changes were made to the Document instance after it was created. |
Name | Specifies the document name. |
PageCount | Indicates the total number of pages within a document. |
Pages | Provides access to the collection of pages within the current document. |
PrintingSystem | Provides access to the Printing System for the current document. |
RightToLeftLayout | For internal use. |
ScaleFactor | Specifies the document’s scale factor (in fractions of 1). |
Methods
Name | Description |
---|---|
Dispose() | Disposes of the Document object. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetBrick(BookmarkNode) | For internal use. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SerializeCore(Stream, XtraSerializer, ContinuousExportInfo, IList<Page>) | For internal use. |
ShowFromNewPage(Brick) | Override this method to draw the specified brick on a new page. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
UpdateBaseOffset() | For internal use. Updates the value of the base offset point indicating the position where the new brick will be inserted into the document. |
See Also