Back to Devexpress

IReportProvider.GetReport(String) Method

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-ireportprovider-dot-getreport-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

IReportProvider.GetReport(String) Method

Returns a report instance with the specified report title.

Namespace : DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
XtraReport GetReport(
    string newReportTitle
)
vb
Function GetReport(
    newReportTitle As String
) As XtraReport

Parameters

NameTypeDescription
newReportTitleString

A String value, specifying the report title.

|

Returns

TypeDescription
XtraReport

An XtraReport object.

|

See Also

IReportProvider Interface

IReportProvider Members

DevExpress.Xpf.Reports.UserDesigner Namespace