MindFusion.Wpf Pack Programmer's Guide
Report.FindItem Method
See Also
 





Searches for the report item with the specified name.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public ReportItem FindItem (
    string name
)

Visual Basic  Copy Code

Public Function FindItem( _
    name As String _
) As ReportItem

 Parameters

name

The name of the item to find.

 Return Value

The found item.

 See Also

Report Members
Report Class
MindFusion.Reporting.Wpf Namespace