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