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

CompositeLink.ShowPreview() Method

Invokes the Print Preview form with the document created from this link.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v19.2.dll

Declaration

public virtual void ShowPreview()

Remarks

If the link’s document has not yet been created (the CompositeLink.CreateDocument method has not been called for it), then calling the ShowPreview method will create it first.

Consequently, if a document was created prior to calling the ShowPreview method, and nothing was changed that may force its re-creation, the ShowPreview method does not re-create it, so you need to manually call the CompositeLink.CreateDocument method to apply the document changes.

For more information, see Print Preview.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ShowPreview() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also