ReportDesignerDocument.New(XtraReport) Method
Creates a new report based on the specified template and loads it to the current document.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v25.2.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| report | XtraReport | A report template. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also