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