Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ReportData Object : GetExpressionValue Method
Required expression that evaluates to a PC-DMIS ReportData object.
GetExpressionValue Method
Description
This returns value of the specified expression in Expression.
Syntax
Visual Basic
Public Function GetExpressionValue( _
   ByVal Expression As String _
) As Variant
Parameters
Expression
Required expression that evaluates to a PC-DMIS ReportData object.
Return Type
This returns value of the specified expression in Expression.
See Also