Skip to main content

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

#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.

See Also
DevExpress.Xpf.Printing.ReportPreviewModel