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

ReportDesignerDocument.New(Func<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.v18.2.dll

Declaration

public bool New(
    Func<XtraReport> newReportFactory = null
)

Optional Parameters

Name Type Default Description
newReportFactory Func<XtraReport> *null*

A function that returns a report template.

Returns

Type Description
Boolean

true, if the report has been successfully created; otherwise, false.

See Also