ReportServicePreviewModel.ReportName Property
Specifies the name of the report, which is assigned to the ReportServicePreviewModel.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
String | A String value. |
Remarks
Specify the ReportServicePreviewModel.ServiceUri and ReportName properties before calling the ReportServicePreviewModel.CreateDocument method.
See Also