Skip to main content

ReportServicePreviewModel(String) Constructor

In This Article

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.v14.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