ContainerReportItem.IsAncestorOf(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 bool IsAncestorOf(Microsoft::ReportDesigner::IReportItem ^ reportItem);
public bool IsAncestorOf (Microsoft.ReportDesigner.IReportItem reportItem);
abstract member IsAncestorOf : Microsoft.ReportDesigner.IReportItem -> bool
override this.IsAncestorOf : Microsoft.ReportDesigner.IReportItem -> bool
Public Function IsAncestorOf (reportItem As IReportItem) As Boolean
Parameters
- reportItem
- IReportItem