ReportServicePreviewModel(String) Constructor
Initializes a new instance of the ReportServicePreviewModel class with the specified universal resource identifier (URI) of a Report Service.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| serviceUri | String | A String value, specifying the Report Service URI. This value is assigned to the ReportServicePreviewModel.ServiceUri property. |
See Also