Skip to main content

ReportServicePreviewModel.CreateDocument() Method

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

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