Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / IStyleOwner Interface / GetAmbientPropValue Method
The property key.
C1.C1Preview.Scripting.IScriptContext to use for evaluation of calculated properties.

In This Topic
    GetAmbientPropValue Method
    In This Topic
    Retrieves the value of an ambient property.
    Syntax
    'Declaration
     
    Function GetAmbientPropValue( _
       ByVal propKey As Integer, _
       ByVal context As IScriptContext _
    ) As Object
    object GetAmbientPropValue( 
       int propKey,
       IScriptContext context
    )

    Parameters

    propKey
    The property key.
    context
    C1.C1Preview.Scripting.IScriptContext to use for evaluation of calculated properties.

    Return Value

    The property value.
    See Also