Skip to main content
A newer version of this page is available. .

RemoteDocument Methods

A document that is created by a remote service (a Report and Dashboard Server or custom WCF report service).
Name Description
Dispose() Releases all resources used by RemoteDocument.
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. Inherited from Document.
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.
RequestDocumentAsync(InstanceIdentity, IParameterContainer) Asynchronously obtains the specified report created by a remote document source.
SerializeCore(Stream, XtraSerializer, ContinuousExportInfo, IList<Page>) For internal use. Inherited from Document.
ShowFromNewPage(Brick) For internal use.
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. Inherited from Document.
See Also