Skip to main content

ReportServicePreviewModel.CreateDocument() Method

In This Article

Starts the background creation of a document, which is assigned to the ReportServicePreviewModel.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public void CreateDocument()

#Remarks

Before calling the CreateDocument method, it is required to specify the ReportServicePreviewModel.ServiceUri and ReportServicePreviewModel.ReportName. Otherwise, an exception will be thrown.

See Also