StandaloneReportManagerService.GenerateReport(XtraReport) Method
In This Article
Generates a new report based on the specified initial report.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public override XtraReport GenerateReport(
XtraReport initialReport
)
#Parameters
Name | Type | Description |
---|---|---|
initial |
Xtra |
An initial report used to create a new report. |
#Returns
Type | Description |
---|---|
Xtra |
A object specifying a new report. |
See Also