ReportServicePreviewModel.CreateDocument() Method
Starts the background creation of a document, which is assigned to the ReportServicePreviewModel.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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