Searches for UserDefinedProperty object with specified name. Search is not case sensitive.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public UserDefinedProperty FindByName(
	string name
)
Visual Basic
Public Function FindByName ( _
	name As String _
) As UserDefinedProperty

Parameters

name
Type: System..::..String
Name of the UserDefinedProperty.

Return Value

UserDefinedProperty object or null.

See Also