Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public string ServiceUri { get; set; }

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