LinkBase Methods
The base class for all printing links within the DXPrinting library.
Name | Description |
---|---|
Cancel |
Obsolete. Stops asynchronous printing. |
Check |
Determines whether the calling thread has access to this Dispatcher |
Clear |
Clears the local value of a property. The property to be cleared is specified by a Dependency |
Clear |
Clears the local value of a read-only property. The property to be cleared is specified by a Dependency |
Coerce |
Coerces the value of the specified dependency property. This is accomplished by invoking any Coerce |
Create |
Creates a document from the link, so it can be displayed or printed. |
Create |
Creates a document from the link, so it can be displayed or printed. Optionally, the document pages can be generated progressively and accessed as soon as they are created. Document creation is always synchronous and does not occur in a background thread. |
Dispose() |
Disposes the Link |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether a provided Dependency |
Export |
Exports a report to the specified stream in CSV format using the specified CSV-specific options. |
Export |
Exports a report to the specified stream in CSV format. |
Export |
Exports a report to the specified file path in CSV format using the specified CSV-specific options. |
Export |
Exports a report to the specified file path in CSV format. |
Export |
Exports a document to the specified stream in DOCX format using the defined DOCX-specific options. |
Export |
Exports a document to the specified stream in DOCX format. |
Export |
Exports a document to the specified file path in DOCX format using the specified DOCX-specific options. |
Export |
Exports a document to the specified file path in DOCX format. |
Export |
Exports a report to the specified stream in HTML format using the specified HTML-specific options. |
Export |
Exports a report to the specified stream in HTML format. |
Export |
Exports a report to the specified file path in HTML format using the specified HTML-specific options. |
Export |
Exports a report to the specified file path in HTML format. |
Export |
|
Export |
Exports a report to the specified stream in image format using the specified image-specific options. |
Export |
Exports a report to the specified stream as an image. |
Export |
|
Export |
Exports a report to the specified file path in image format using the specified image-specific options. |
Export |
Exports a report to the specified file path in image format. |
Export |
Exports a report to the specified stream in MHT format using the specified MHT-specific options. |
Export |
Exports a report to the specified stream in MHT format. |
Export |
Exports a report to the specified file path in MHT format using the specified MHT-specific options. |
Export |
Exports a report to the specified file path in MHT format. |
Export |
Exports a report to the specified stream in PDF format using the specified PDF-specific options. |
Export |
Exports a report to the specified stream in PDF format. |
Export |
Exports a report to the specified file path in PDF format, using the specified PDF-specific options. |
Export |
Exports a report to the specified file path in PDF format. |
Export |
Exports a report to the specified stream in RTF format using the specified RTF-specific options. |
Export |
Exports a report to the specified stream in RTF format. |
Export |
Exports a report to the specified file path in RTF format using the specified RTF-specific options. |
Export |
Exports a report to the specified file path in RTF format. |
Export |
Exports a report to the specified stream in text format using the specified TXT-specific options. |
Export |
Exports a report to the specified stream in Text format. |
Export |
Exports a report to the specified file path in text format using the specified TXT-specific options. |
Export |
Exports a report to the specified file path in text format. |
Export |
Exports a report to the specified stream in XLS format using the specified XLS-specific options. |
Export |
Exports a report to the specified stream in XLS format. |
Export |
Exports a report to the specified file path in XLS format using the specified XLS-specific options. |
Export |
Exports a report to the specified file path in XLS format. |
Export |
Exports a report to the specified stream in XLSX format using the specified XLSX-specific options. |
Export |
Exports a report to the specified stream in XLSX format. |
Export |
Exports a report to the specified file path in XLSX format using the specified XLSX-specific options. |
Export |
Exports a report to the specified file path in XLSX format. |
Export |
Exports a report to the specified stream in XPS format using the specified XPS-specific options. |
Export |
Exports a report to the specified file path in XPS format using the specified XPS-specific options. |
Get |
Gets a hash code for this Dependency |
Get |
Creates a specialized enumerator for determining which dependency properties have locally set values on this Dependency |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns the current effective value of a dependency property on this instance of a Dependency |
Invalidate |
Re-evaluates the effective value for the specified dependency property.
Inherited from Dependency |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Invoked whenever the effective value of any dependency property on this Dependency |
Print() | Opens the Print dialog that allows printing the current document. |
Print |
Obsolete. Starts asynchronous printing. |
Print |
Prints the current document to a default printer. |
Print |
Obsolete. Prints the current document to the printer specified by the print queue. |
Print |
Prints the current document to the specified printer. |
Print |
Obsolete. Starts asynchronous printing using the default system printer. |
Print |
Obsolete. Starts asynchronous printing using the default system printer with the specified printing queue. |
Read |
Returns the local value of a dependency property, if it exists.
Inherited from Dependency |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Sets the value of a dependency property without changing its value source.
Inherited from Dependency |
Set |
Sets the local value of a dependency property, specified by its dependency property identifier.
Inherited from Dependency |
Set |
Sets the local value of a read-only dependency property, specified by the Dependency |
Should |
Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property.
Inherited from Dependency |
Show |
Displays the Print Preview of the link’s document using the specified owner and title. |
Show |
Displays the Print Preview of the link’s document using the specified owner. |
Show |
Displays the modal Print Preview of the link’s document using the specified owner and title. |
Show |
Displays the modal Print Preview of the link’s document using the specified owner. |
Show |
Invokes the Ribbon Print Preview form which shows the print preview of the document for this link. |
Show |
Invokes the Ribbon Print Preview form which shows the print preview of the document for this link. |
Show |
Invokes the Ribbon Print Preview form which modally shows the print preview of the document for this link. |
Show |
Invokes the Ribbon Print Preview form which modally shows the print preview of the document for this link. |
Stop |
Interrupts the process of document creation. |
To |
Returns a string that represents the current object. Inherited from Object. |
Verify |
Enforces that the calling thread has access to this Dispatcher |
See Also