ActiveReports3 Request technical support
GetFieldValue(String,Boolean) Method
See Also 


fieldName
isOutputformatNull

Syntax

Visual Basic (Declaration) 
Overloads Public Function GetFieldValue( _
   ByVal fieldName As String, _
   ByVal isOutputformatNull As Boolean _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As DataLayer
Dim fieldName As String
Dim isOutputformatNull As Boolean
Dim value As Object
 
value = instance.GetFieldValue(fieldName, isOutputformatNull)
C# 
public object GetFieldValue( 
   string fieldName,
   bool isOutputformatNull
)

Parameters

fieldName
isOutputformatNull

See Also