IReportProvider.GetReport(String) Method
In This Article
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
XtraReport GetReport(
string newReportTitle
)
#Parameters
Name | Type | Description |
---|---|---|
new |
String | A String value, specifying the report title. |
#Returns
Type | Description |
---|---|
Xtra |
An Xtra |
See Also