ReportDesigner.NewDocument Method
Name | Parameters | Description |
---|---|---|
NewDocument(XtraReport, Action<ReportDesignerDocument>) | report, beforeLoad | Creates a new designer document and loads the specified report to it. |
NewDocument(Func<XtraReport>, Action<ReportDesignerDocument>) | newReportFactory, beforeLoad | Creates a new report based on the specified template and opens it in the End-User Report Designer. |