Skip to main content

ReportServicePreviewModel.ReportName Property

Specifies the name of the report, which is assigned to the ReportServicePreviewModel.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public string ReportName { get; set; }

#Property Value

Type Description
String

A String value.

#Remarks

Specify the ReportServicePreviewModel.ServiceUri and ReportName properties before calling the ReportServicePreviewModel.CreateDocument method.

See Also