IReportProvider.GetReport(String) Method
Returns a report instance with the specified report title.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
newReportTitle | String | A String value, specifying the report title. |
Returns
Type | Description |
---|---|
XtraReport | An XtraReport object. |
See Also