ReportServicePreviewModel.ServiceUri Property
Specifies the universal resource identifier (URI) of the report service defined for the ReportServicePreviewModel.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
String | A String value, specifying the report service URI. |
Remarks
Specify the ServiceUri and ReportServicePreviewModel.ReportName properties before calling the ReportServicePreviewModel.CreateDocument method.
See Also