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

RemoteDocument Members

A document that is created by a remote service (a Report and Dashboard Server or custom WCF report service).

Constructors

Name Description
RemoteDocument(PrintingSystemBase) Initializes a new instance of the RemoteDocument class with the specified Printing System.

Properties

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.

Methods

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