Back to Devexpress

IReportManagerService.GenerateReport(XtraReport) Method

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-extensions-dot-ireportmanagerservice-dot-generatereport-x28-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-x29.md

latest1.6 KB
Original Source

IReportManagerService.GenerateReport(XtraReport) Method

Generates a new report based on the specified initial report.

Namespace : DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
XtraReport GenerateReport(
    XtraReport initialReport = null
)
vb
Function GenerateReport(
    initialReport As XtraReport = Nothing
) As XtraReport

Optional Parameters

NameTypeDefaultDescription
initialReportXtraReportnull

An initial report used to create a new report.

|

Returns

TypeDescription
XtraReport

A object specifying a new report.

|

See Also

IReportManagerService Interface

IReportManagerService Members

DevExpress.Xpf.Reports.UserDesigner.Extensions Namespace