Gets property value.

Namespace:  PerpetuumSoft.Reporting.Data
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public static Object GetRecordFieldValue(
	string name,
	Object obj
)
Visual Basic (Declaration)
Public Shared Function GetRecordFieldValue ( _
	name As String, _
	obj As Object _
) As Object
Visual C++
public:
static Object^ GetRecordFieldValue(
	String^ name, 
	Object^ obj
)

Parameters

name
Type: System..::.String
obj
Type: System..::.Object

See Also