Searches for the report item with the specified name.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public ReportItem FindItem ( |
Visual Basic
Copy Code
|
|---|
Public Function FindItem( _ |
The name of the item to find.
The found item.
See Also