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

NuGet Package: DevExpress.Wpf.Printing

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