ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / IPropertyBag Interface / GetValue Method
Name of the property to retrieve.

In This Topic
    GetValue Method (IPropertyBag)
    In This Topic
    Get the value for the named property.
    Syntax
    'Declaration
     
    Function GetValue( _
       ByVal name As String _
    ) As Object
    object GetValue( 
       string name
    )

    Parameters

    name
    Name of the property to retrieve.

    Return Value

    The property's value.
    See Also