Skip to main content

Document Methods

The rendered and ready-to-print report document.
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