[]
        
(Showing Draft Content)

C1.WPF.Report.ReportObjectCollection-1.FindByName

FindByName Method

FindByName(string)

Gets the item by its name, returns null if not found.

Declaration
public TItem FindByName(string name)
Parameters
Type Name Description
string name

The name of the item.

Returns
Type Description
TItem

Returns the item with specified name, null otherwise.