ReportItem.IsDescendentOf(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:
bool IsDescendentOf(Microsoft::ReportDesigner::ReportItem ^ reportItem);
public bool IsDescendentOf (Microsoft.ReportDesigner.ReportItem reportItem);
member this.IsDescendentOf : Microsoft.ReportDesigner.ReportItem -> bool
Public Function IsDescendentOf (reportItem As ReportItem) As Boolean
Parameters
- reportItem
- ReportItem