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

IReportManagerService.GenerateReport(XtraReport) Method

Generates a new report based on the specified initial report.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

Declaration

XtraReport GenerateReport(
    XtraReport initialReport = null
)

Optional Parameters

Name Type Default Description
initialReport XtraReport *null*

An initial report used to create a new report.

Returns

Type Description
XtraReport

A object specifying a new report.

See Also