ReportDesignerDocument.New Method
Name | Parameters | Description |
---|---|---|
New(XtraReport) | report | Creates a new report based on the specified template and loads it to the current document. |
New(Func<XtraReport>) | newReportFactory | Creates a new report based on the specified template and loads it to the current document. |