LayoutEditor.DeleteReportItem(ReportItem) 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 void DeleteReportItem(Microsoft::ReportDesigner::ReportItem ^ reportItem);
public void DeleteReportItem (Microsoft.ReportDesigner.ReportItem reportItem);
abstract member DeleteReportItem : Microsoft.ReportDesigner.ReportItem -> unit
override this.DeleteReportItem : Microsoft.ReportDesigner.ReportItem -> unit
Public Sub DeleteReportItem (reportItem As ReportItem)
Parameters
- reportItem
- ReportItem