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

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

Declaration

public ReportServicePreviewModel(
    string serviceUri
)

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