Skip to main content
A newer version of this page is available. .

IReportProvider.GetReport(String) Method

Returns a report instance with the specified report title.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v19.2.dll

Declaration

XtraReport GetReport(
    string newReportTitle
)

Parameters

Name Type Description
newReportTitle String

A String value, specifying the report title.

Returns

Type Description
XtraReport

An XtraReport object.

See Also