MapReportItemFactory.CreateReportItem(ILayoutEditor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::ReportDesigner::ReportItem ^ CreateReportItem(Microsoft::ReportDesigner::ILayoutEditor ^ layoutEditor);
public Microsoft.ReportDesigner.ReportItem CreateReportItem (Microsoft.ReportDesigner.ILayoutEditor layoutEditor);
abstract member CreateReportItem : Microsoft.ReportDesigner.ILayoutEditor -> Microsoft.ReportDesigner.ReportItem
override this.CreateReportItem : Microsoft.ReportDesigner.ILayoutEditor -> Microsoft.ReportDesigner.ReportItem
Public Function CreateReportItem (layoutEditor As ILayoutEditor) As ReportItem
Parameters
- layoutEditor
- ILayoutEditor