ContainerReportItem.GetPotentialParentUnderPoint 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::IParent ^ GetPotentialParentUnderPoint(System::Drawing::PointF virtualPoint, Microsoft::ReportDesigner::ReportItemList ^ exclusionList);
public Microsoft.ReportDesigner.IParent GetPotentialParentUnderPoint (System.Drawing.PointF virtualPoint, Microsoft.ReportDesigner.ReportItemList exclusionList);
abstract member GetPotentialParentUnderPoint : System.Drawing.PointF * Microsoft.ReportDesigner.ReportItemList -> Microsoft.ReportDesigner.IParent
override this.GetPotentialParentUnderPoint : System.Drawing.PointF * Microsoft.ReportDesigner.ReportItemList -> Microsoft.ReportDesigner.IParent
Public Function GetPotentialParentUnderPoint (virtualPoint As PointF, exclusionList As ReportItemList) As IParent
Parameters
- virtualPoint
- PointF
- exclusionList
- ReportItemList