ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Evaluation Namespace / IDynamicObject Interface / GetValue Method
property name

In This Topic
    GetValue Method (IDynamicObject)
    In This Topic
    Gets value of specified property.
    Syntax
    'Declaration
     
    Function GetValue( _
       ByVal name As String _
    ) As Object
    object GetValue( 
       string name
    )

    Parameters

    name
    property name

    Return Value

    property value
    See Also