LinkPreviewModel Class
A model that provides the Print Preview functionality for printing links.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
Declaration
public class LinkPreviewModel :
PrintingSystemPreviewModel
Public Class LinkPreviewModel
Inherits PrintingSystemPreviewModel
Remarks
After a LinkPreviewModel instance is assigned to the DocumentViewer.Model property, call the LinkPreviewModel.CreateDocument method, to generate the report document for Print Preview.
The LinkPreviewModel.CreateDocument method shouldn't be called until the report is assigned to a model.
Inheritance
See Also
DevExpress.Xpf.Printing.ReportPreviewModel