共用方式為


Report.GetPotentialParentUnderPoint(PointF, ReportItemList) Method

Definition

public:
 virtual Microsoft::ReportDesigner::IParent ^ GetPotentialParentUnderPoint(System::Drawing::PointF point, Microsoft::ReportDesigner::ReportItemList ^ exclusionList);
public Microsoft.ReportDesigner.IParent GetPotentialParentUnderPoint (System.Drawing.PointF point, 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 (point As PointF, exclusionList As ReportItemList) As IParent

Parameters

point
PointF
exclusionList
ReportItemList

Returns

Applies to